RtcEngineWbManager

通过阅读本文,您可以了解到Windows SDKRtcEngineWbManager接口详情。

接口说明

目录

白板管理器接口

API

描述

支持的最低版本

SetEventListener

设置白板管理器监听器。

3.6

SetCachePath

设置白板缓存路径。

3.6

CreateWhiteboard

创建白板对象。

3.6

GetWhiteboard

获取白板对象。

3.6

接口详情

  • SetEventListener:设置白板管理器监听器。

    int SetEventListener (RtcEngineWbManagerListener *listener)=0

    参数

    类型

    描述

    listener

    RtcEngineWbManagerListener *

    用于接收来自白板管理器的事件

    返回说明

    int

  • SetCachePath:设置白板缓存路径。

    int SetCachePath (const char *path)=0

    参数

    类型

    描述

    path

    const char *

    白板缓存路径

    返回说明

    int

  • CreateWhiteboard:创建白板对象。

    RtcEngineWhiteboard * CreateWhiteboard (const char *whiteboardId, WBConfig config)=0

    参数

    类型

    描述

    whiteboardId

    const char *

    白板ID(ding开头的为内部使用字段)

    config

    WBConfig

    白板配置

    返回说明

    白板类接口

  • GetWhiteboard:获取白板对象。

    RtcEngineWhiteboard * GetWhiteboard (const char *whiteboardId)=0

    参数

    类型

    描述

    whiteboardId

    const char *

    白板ID(ding开头的为内部使用字段)

    返回说明

    白板类接口