WhiteBoardView Class Reference

Inherits from DWKWebView
Declared in WhiteBoardView.h

Overview

Configurations for the whiteboard view.

  room

Whiteboard room information. See WhiteRoom.

@property (nonatomic, strong, nullable) WhiteRoom *room

Declared In

WhiteBoardView.h

  disableKeyboardHandler

Whether to disable the SDK’s processing of keyboard offset.

@property (nonatomic, assign) BOOL disableKeyboardHandler

Discussion

  • YES: Disable the SDK’s processing of keyboard offset.
  • NO: Enable the SDK’s processing of keyboard offset.

Declared In

WhiteBoardView.h

– init

Initializes a WhiteBroadView object.

- (instancetype)init

Return Value

An initialized WhiteBroadView object.

Declared In

WhiteBoardView.h