AVDModule.h
IntroductionUse the links in the table of contents to the left to access the documentation. MethodsgetOwnerId:- (AVDUserId)getOwnerId:(AVDDeviceId)deviceId; Return Value返回用户Id。 Discussion获取设备Id的关联用户Id @param[in] deviceId 设备Id getOwnerName:- (NSString*)getOwnerName:(AVDDeviceId)deviceId; Return Value返回用户名称。 Discussion获取设备Id的关联用户名称 @param[in] deviceId 设备Id isSelfDevice:- (BOOL) isSelfDevice:(AVDDeviceId)deviceId; Return Value返回是否是自己。 Discussion判断是否是自己的设备Id @param[in] deviceId 设备Id isSelfUser:- (BOOL) isSelfUser:(AVDUserId)userId; Return Value返回是否是自己。 Discussion判断是否是自己的用户Id @param[in] userId 用户Id Enumerated TypesAVDModuleTypeenum AVDModuleType { mt_chat, mt_audio, mt_video, mt_screen, mt_whiteboard, mt_annotation, mt_streamExporter, }; Constants
Discussion功能模块类型. |