We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
监控主播退出 有三种方案(demo用的2): 1、主播退出时发送的消息 2、监控聊天室解散消息(主播退出会解散聊天室) 3、监控房间onEndPoint事件(主播退出房间)
监控观众进出房间,最好是自己发送接收自定义信令,TILILiveSDK里封装了发送自定义消息的接口,可以自己定义一个cmd,发送接收,来通知退房和进房
The text was updated successfully, but these errors were encountered:
No branches or pull requests
监控主播退出 有三种方案(demo用的2):
1、主播退出时发送的消息
2、监控聊天室解散消息(主播退出会解散聊天室)
3、监控房间onEndPoint事件(主播退出房间)
监控观众进出房间,最好是自己发送接收自定义信令,TILILiveSDK里封装了发送自定义消息的接口,可以自己定义一个cmd,发送接收,来通知退房和进房
The text was updated successfully, but these errors were encountered: