createConference method
Create conference with callId
and otherCallId
Implementation
Future<void> createConference(
{required String callId, required String otherCallId}) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}