IRtpParticipantSetSecureSession Method |
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax void SetSecureSession(
ISRtpSession srtpSession
)
Sub SetSecureSession (
srtpSession As ISRtpSession
)
void SetSecureSession(
ISRtpSession^ srtpSession
)
abstract SetSecureSession :
srtpSession : ISRtpSession -> unit
Parameters
- srtpSession
- Type: StreamCoders.RtpISRtpSession
See Also