跳转至
400-881-9892

文档中心

官方文档,可查阅产品介绍、快速入门、用户指南、开发指南、API参考、SDK参考、帮助等信息。

文档中心 互动课堂

对应文件 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