#include <connection.h>
Inheritance diagram for OpalSecurityMode:
Public Member Functions | |
virtual RTP_UDP * | CreateRTPSession (unsigned id, PBoolean remoteIsNAT, OpalConnection &connection)=0 |
virtual PBoolean | Open ()=0 |
virtual RTP_UDP* OpalSecurityMode::CreateRTPSession | ( | unsigned | id, | |
PBoolean | remoteIsNAT, | |||
OpalConnection & | connection | |||
) | [pure virtual] |
id | Session ID for RTP channel |
remoteIsNAT | PTrue is remote is behind NAT |
connection | Connection creating session (may be needed by secure connections) |
Implemented in LibZrtpSecurityMode_Base.
virtual PBoolean OpalSecurityMode::Open | ( | ) | [pure virtual] |
Implemented in LibZrtpSecurityMode_Base.