TKRoomWhiteBoardNotification.h概览
最近更新时间:2021-01-20 15:50:10
TKRoomWhiteBoardNotification
TKRoomWhiteBoardNotification.h 文件是针对 SAAS 用户使用的白板功能提供的相关房间信令通知的定义。 SAAS 用户使用的教室白板功能需要监听以下通知:
白板监听通知
| 通知名称 | 方法描述 |
|---|---|
| TKWhiteBoardOnCheckRoomNotification | checkroom完成的通知 |
| TKWhiteBoardOnServerAddrsNotification | 获取到文档服务器地址列表的通知 |
| TKWhiteBoardOnRoomUserPropertyChangedNotification | 用户属性改变的通知 |
| TKWhiteBoardOnRoomUserLeavedNotification | 用户离开的通知 |
| TKWhiteBoardOnRoomUserJoinedNotification | 用户进入的通知 |
| TKWhiteBoardOnBigRoomUserPublishedNotification | 大规模房间用户上台的通知 |
| TKWhiteBoardOnSelfEvictedNotification | 自己被踢出教室的通知 |
| TKWhiteBoardOnRemotePubMsgNotification | 收到远端发布自定义信令的通知 |
| TKWhiteBoardOnRemoteDelMsgNotification | 收到远端删除自定义信令的通知 |
| TKWhiteBoardOnRoomConnectedNotification | 进入房间成功的通知 |
| TKWhiteBoardOnRoomDisconnectNotification | 房间断开链接的通知 |
| TKWhiteBoardReceivePlaybackDurationNotification | 回放房间总时长的通知 |
| TKWhiteBoardPlaybackEndNotification | 回放房间结束的通知 |
| TKWhiteBoardPlaybackUpdateTimeNotification | 回放房间更新时间进度的通知 |
| TKWhiteBoardFileListNotification | 获取到文件列表的通知 |
| TKWhiteBoardOnRemoteMsgListNotification | 房间消息列表的通知 |
| TKWhiteBoardOnShareMediaStateNotification | 媒体共享状态的通知 |
| TKWhiteBoardUpdateMediaStreamNotification | 更新共享媒体视频播放进度的通知 |
| TKWhiteBoardMediaFirstFrameLoadedNotification | 收到媒体视频第一帧的通知 |
| TKWhiteBoardOnMsgListNotification | 白板画笔消息列表的通知 |
SDK监听通知
| 通知名称 | 方法描述 |
|---|---|
| TKWhiteBoardGetMsgListNotification | 获取白板消息列表 |
| TKWhiteBoardMsgListACKNotification | 获取白板消息列表的ACK |
| TKWhiteBoardDocServerNotification | 上传白板当前文档服务器地址 |




