addToConference method
Add the call an existing local conference The conference should exist
Implementation
Future<void> addToConference() async {
CallPlatform.instance.addToConference(callId: id ?? "");
}
Add the call an existing local conference The conference should exist
Future<void> addToConference() async {
CallPlatform.instance.addToConference(callId: id ?? "");
}