destroyConference method
Destroys the existing conference bridge.
Returns 0 on success, negative error code on failure.
Implementation
Future<int> destroyConference() async {
throw UnimplementedError('destroyConference has not been implemented.');
}