fetchConferenceInfo abstract method

Future<TUIValueCallBack<TUIConferenceInfo>> fetchConferenceInfo(
  1. String roomId
)

Query conference details

roomId The conference ID, which is the room ID, to fetch the conference information.

Implementation

Future<TUIValueCallBack<TUIConferenceInfo>> fetchConferenceInfo(String roomId);