addToConference method

Future<void> addToConference()

Add the call an existing local conference The conference should exist

Implementation

Future<void> addToConference() async {
  CallPlatform.instance.addToConference(callId: id ?? "");
}