public interface IRTPSessionNotify
IRTPSessionNotify: listener interface for RTP sessions. See RTPSessions.addSessionListener(IRTPSessionNotify listener)
| Modifier and Type | Method | Description |
|---|---|---|
void |
onRTPSessionCreate(RTPSession rtpSession) |
Invoked when RTP session is created
|
void |
onRTPSessionDestroy(RTPSession rtpSession) |
Invoked when RTP session is destroyed
|
void onRTPSessionCreate(RTPSession rtpSession)
rtpSession - RTP sessionvoid onRTPSessionDestroy(RTPSession rtpSession)
rtpSession - RTP session