5#ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_SRTP__
6#define __KINESIS_VIDEO_WEBRTC_CLIENT_SRTP__
SrtpSession * PSrtpSession
Definition SrtpSession.h:21
STATUS freeSrtpSession(PSrtpSession *ppSrtpSession)
Definition SrtpSession.c:362
STATUS encryptRtpPacket(PSrtpSession pSrtpSession, PVOID message, PINT32 len)
Definition SrtpSession.c:327
STATUS encryptRtcpPacket(PSrtpSession pSrtpSession, PVOID message, PINT32 len)
Definition SrtpSession.c:343
STATUS initSrtpSession(PBYTE receiveKey, PBYTE transmitKey, KVS_SRTP_PROFILE profile, PSrtpSession *ppSrtpSession)
Definition SrtpSession.c:235
STATUS decryptSrtpPacket(PSrtpSession pSrtpSession, PVOID encryptedMessage, PINT32 len)
Definition SrtpSession.c:298
STATUS decryptSrtcpPacket(PSrtpSession pSrtpSession, PVOID encryptedMessage, PINT32 len)
Definition SrtpSession.c:312
@ RTC_RTP_TRANSCEIVER_DIRECTION_UNINITIALIZED
Will use the default "sendrecv" after initialization.
Definition Include.h:1038
Definition SrtpSession.h:15
srtp_t srtp_transmit_session
Definition SrtpSession.h:17
srtp_t srtp_receive_session
Definition SrtpSession.h:19