public interface IModuleOnRTPSession
IModuleOnRTPSession: method interface for RTP session create/destroy.
| Modifier and Type | Method | Description |
|---|---|---|
void |
onRTPSessionCreate(RTPSession rtpSession) |
Invoked when an RTP Session is created.
|
void |
onRTPSessionDestroy(RTPSession rtpSession) |
Invoked when an RTP Session is destroyed.
|
void onRTPSessionCreate(RTPSession rtpSession)
rtpSession - rtpSessionvoid onRTPSessionDestroy(RTPSession rtpSession)
rtpSession - rtpSession