removeFromConference method
Removes a session from the existing conference.
Returns 0 on success, negative error code on failure.
Implementation
Future<int> removeFromConference({required int sessionId}) async {
throw UnimplementedError('removeFromConference has not been implemented.');
}