onVideoUpgradeRequested method
Handle upgrade to video request
Implementation
void onVideoUpgradeRequested(int callId) {
_logs?.print('onVideoUpgradeRequested callId:$callId');
onVideoUpgradeRequestReceived?.call(callId);
}
Handle upgrade to video request
void onVideoUpgradeRequested(int callId) {
_logs?.print('onVideoUpgradeRequested callId:$callId');
onVideoUpgradeRequestReceived?.call(callId);
}