onVideoUpgradeRequested method
void
onVideoUpgradeRequested()
Handle request 'upgrade to video' received from remote side
! In the event handler app HAS invoke 'acceptVideoUpgrade(true/false)'
Implementation
void onVideoUpgradeRequested() {
_hasVideoUpgradeRequest = true;
notifyListeners();
}