fetchConferenceInfo abstract method
Query conference details
roomId The conference ID, which is the room ID, to fetch the conference information.
Implementation
Future<TUIValueCallBack<TUIConferenceInfo>> fetchConferenceInfo(String roomId);
Query conference details
roomId The conference ID, which is the room ID, to fetch the conference information.
Future<TUIValueCallBack<TUIConferenceInfo>> fetchConferenceInfo(String roomId);