Future<void> createConference({required String otherCallId}) async { CallPlatform.instance .createConference(otherCallId: otherCallId, callId: id ?? ""); }