| Interface | Description |
|---|---|
| QBRTCClientSessionCallbacks |
Interface that allows for implementing classes to listen for main session events.
|
| QBRTCClientVideoTracksCallbacks<T extends BaseSession> |
Interface that allows to listen for local and remote video tracks.
|
| QBRTCSessionConnectionCallbacks |
Interface that allows for implementing classes to listen for main session connection events.
|
| QBRTCSignalingCallback |
Interface definition for a callback to be invoked when paricular packet was sent succesfully
or there was an error
|
| QBRTCStatsReportCallback |
Interface that allows to listen stats report for particular user's connection
|