createAudioConference method

Future<int> createAudioConference()

Creates an audio conference bridge. Joined sessions are mixed together.

Returns the conference id (>= 0) on success, negative error code on failure.

Implementation

Future<int> createAudioConference() async {
  throw UnimplementedError('createAudioConference has not been implemented.');
}