How to identify opponent user enable or disable video in Quickblox SDK. Please give the solution or delegate methods
How to identify opponent user enable or disable video in quickblox ios
317 views Asked by Manikandan Sundar At
2
There are 2 answers
0
On
Also you can use System Notifications feature from QuickBlox SDK. For example, user will send system message with this event (disable camera) and other users will listen this event and do something needed action (guide for Android)
You can check this with the WebRTC Stats reporting. To start collecting report information do the following:
And classes that adopt QBRTCClientDelegate protocol will be notified with
For reference : Quickblox API