Upgrade audio only call to audio+video
Future<void> upgradeToVideo(int callId) async { return _platform.upgradeToVideo(callId); }