DingRtcEngineWhiteboardManager接口

通过阅读本文,您可以了解到Android SDK的白板管理器接口详情。

接口说明

目录

API

描述

支持的最低版本

setWhiteboardManagerEventListener

设置白板管理器监听器。

3.6

createWhiteboard

创建白板对象。

3.6

getWhiteboard

获取白板对象。

3.6

接口详情

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

     public int setWhiteboardManagerEventListener (DingRtcEngineWhiteboardManagerListener listener)

    参数

    类型

    描述

    listener

    DingRtcEngineWhiteboardManagerListener

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

    返回说明

    int

  • createWhiteboard: 创建白板对象。

     public DingRtcEngineWhiteboard createWhiteboard (String whiteboardId, DingRtcWBConfig config)

    参数

    类型

    描述

    config

    白板配置

    返回说明

    白板类接口

  • getWhiteboard: 获取白板对象。

     public DingRtcEngineWhiteboard getWhiteboard (String whiteboardId)

    参数

    类型

    描述

    whiteboardId

    String

    白板ID

    返回说明

    白板类接口