AVDModule.h

Includes:
"AVDRoom.h"
"AVDUserManager.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Methods

+getOwnerId:
+getOwnerName:
+isSelfDevice:
+isSelfUser:

getOwnerId:


- (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 Types

AVDModuleType

AVDModuleType


enum AVDModuleType { 
    mt_chat, 
    mt_audio, 
    mt_video, 
    mt_screen, 
    mt_whiteboard, 
    mt_annotation, 
    mt_streamExporter,  
};  
Constants
mt_chat

< 聊天模块类型

mt_audio

< 语音模块类型

mt_video

< 视频模块类型

mt_screen

< 屏幕共享模块类型

mt_whiteboard

< 白板模块类型

mt_annotation

< 注释模块类型

mt_streamExporter

< 录制模块类型

Discussion

功能模块类型.