Is there any way to send some data to opponent during live video call? We have a requirement to send configuration data to opponent based user's action on video call screen. Or is it something like that we need to open chat session between user's in background and send data on that channel?
Please advise.
Thanks.
If you want to send data on some step of call, you can use
userInfo
field of callback, for example, if you want send data when accept call, use next code:and all participants will get this info in callback
If you want send data in any time during call, you can use QuickBlox System Notifications feature, more there.