AgoraEduStreamHandler
onStreamUpdated
流更新回调。
Objective-C
void onStreamUpdate(AgoraEduContextStreamInfo stream,
AgoraEduContextUserInfo operator)
参数
- stream
- 流信息,详见 AgoraEduContextStreamInfo。
- operator
- 操作者 AgoraEduContextUserInfo,可为空。
onStreamJoined
流新增回调。
Objective-C
void onStreamJoined(AgoraEduContextStreamInfo stream,
AgoraEduContextUserInfo operator)
详情
房间内新增一路流时,SDK 会触发此回调。
参数
- stream
- 流信息,详见 AgoraEduContextStreamInfo。
- operator
- 操作者 AgoraEduContextUserInfo,可为空。
onStreamLeft
流移除回调。
Objective-C
void onStreamLeft(AgoraEduContextStreamInfo stream,
AgoraEduContextUserInfo operator)
详情
一路流从房间内移除时,SDK 会触发此回调。
参数
- stream
- 流信息,详见 AgoraEduContextStreamInfo。
- operator
- 操作者 AgoraEduContextUserInfo,可为空。