cancelConference abstract method
Cancel a scheduled conference.
roomId
The conference ID, which is the room ID, to cancel the conference.
Implementation
Future<TUIActionCallback> cancelConference(String roomId);
Cancel a scheduled conference.
roomId
The conference ID, which is the room ID, to cancel the conference.
Future<TUIActionCallback> cancelConference(String roomId);