Function List | Description |
Live Streaming Information Change Callback | |
Add Event Callback | |
Remove event callbacks | |
Modify Live Streaming Information | |
Retrieve Live Streaming Information | |
Getting the Live Stream List |
Function List | Description |
Live Streaming Information |
Enumeration Types | Description |
Modify Flags for Live Streaming Room |
OnLiveInfoChanged onLiveInfoChanged | |
|
Parameters | Description |
TUILiveInfo | Live Streaming Room Information |
modifyFlagList | List of Changed Value Flags |
void setObserver | (TUILiveListObserver observer) |
Parameters | Description |
observer | Instance to Monitor |
void setObserver | (TUILiveListObserver observer) |
Parameters | Description |
observer | Instance to Monitor |
Future<TUIActionCallback> setLiveInfo | |
|
Parameters | Description |
roomId | Room ID |
coverUrl | Profile Photo URL |
categoryList | Live Room Category Tag |
isPublicVisible | Is Public |
activityStatus | Live room active status: user-defined Definition tag |
Future<TUIValueCallBack<TUILiveInfo>> getLiveInfo | (String roomId) |
Parameters | Description |
callback | Callback of API call, used to notify the success or failure of the API call |
roomId | Room ID |
Future<TUIValueCallBack<TUILiveListResult>> fetchLiveList | (String cursor |
| int count) |
Parameters | Description |
count | Number of Pulls each time |
cursor | List Index |
Enumeration | Value | Description |
ACTIVITY_STATUS | 0x0100 | ActivityStatus: Live Room Activity Status, supports custom settings |
COVER_URL | 0x0200 | CoverUrl: Live Room Cover |
CATEGORY | 0x0400 | Category: Live Room Category |
PUBLISH | 0x0800 | Publish: Live Room Public Tag |
Enumeration Types | Description |
activityStatus | Live room active status: user-defined Definition tag |
categoryList | Live Room Category Tag |
coverUrl | Live Room Cover |
isPublicVisible | Is Live Room Public |
roomInfo | Room Information (Read Only) |
viewCount | Total View Count |
Was this page helpful?