VHDocument 聊天服务

类名

VHDocument

方法

1、 构造方法

/**
 * 构造VHDocument
 * @Param channelId 上下文
 * @Param accessToken surfaceView的实例
 */
 public VHDocument(String channelId, String accessToken) {}

2、设置View

/**
 * IDocumentView 使用SDK的VHDocumentView
 */
 public VHDocument.setDocumentView(IDocumentView view) {}

3、 加入频道

VHDocument.join();

4、 离开频道

VHDocument.join();