static Future<void> setSpeakerphoneOn(bool enable) async { await WebRTC.invokeMethod( 'enableSpeakerphone', <String, dynamic>{'enable': enable}, ); }