removeFromConference method
Remove the call from an existing local conference
Implementation
Future<void> removeFromConference() async {
CallPlatform.instance.removeFromConference(callId: id ?? "");
}
Remove the call from an existing local conference
Future<void> removeFromConference() async {
CallPlatform.instance.removeFromConference(callId: id ?? "");
}