setLiveInfo abstract method

Future<TUIActionCallback> setLiveInfo(
  1. String roomId, {
  2. String? name,
  3. String? notice,
  4. bool? disableMessage,
  5. bool? isPublicVisible,
  6. TUISeatMode? takeSeatMode,
  7. String? coverUrl,
  8. String? backgroundUrl,
  9. List<int>? categoryList,
  10. int? activityStatus,
})

Set live info.

Implementation

Future<TUIActionCallback> setLiveInfo(String roomId,
    {String? name,
    String? notice,
    bool? disableMessage,
    bool? isPublicVisible,
    TUISeatMode? takeSeatMode,
    String? coverUrl,
    String? backgroundUrl,
    List<int>? categoryList,
    int? activityStatus});