removeFromConference method

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

Remove callId from current conference

Implementation

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