对应文件 tkroomuser_oc.h
TKUser
getVideoStatusForDeviceId
-
简要描述
视频设备状态
-
接口详解
- (TKMediaStatus)getVideoStatusForDeviceId:(NSString *)deviceId;
返回值:视频状态值 -
参数
参数 说明 deviceId 设备ID
getValueForKey
-
简要描述
自定义属性获取
-
接口详解
- (NSObject *)getValueForKey:(NSString *)key;
-
参数
参数 说明 key 键
TKRoomUserManager
getMyID
-
简要描述
获取自己的ID
-
接口详解
- (NSString *)getMyID;
-
参数
参数 说明 key 键
getUserWithPeerID
-
简要描述
获取TKUser的实例用户对象
-
接口详解
- (TKUser *)getUserWithPeerID:(NSString *)peerID;
-
参数
参数 说明 peerID 用户ID