addToConference method

Future<void> addToConference({
  1. required String callId,
})

Add callId to current conference

Implementation

Future<void> addToConference({required String callId}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}