onVideoUpgradeRequested method

void onVideoUpgradeRequested(
  1. int callId
)

Handle upgrade to video request

Implementation

void onVideoUpgradeRequested(int callId) {
  _logs?.print('onVideoUpgradeRequested callId:$callId');
  onVideoUpgradeRequestReceived?.call(callId);
}