zoom_meeting_whiteboard

Zoom Meeting Whiteboard
Description:
  • Zoom Meeting Whiteboard
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
onWhiteboardSettingsChanged function Callback to demote attendees to panelist.
Returns:
Type
ZoomMeetingWhiteboard
Description:
  • Zoom Meeting Whiteboard
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
onWhiteboardSettingsChanged function Callback to demote attendees to panelist.
Returns:
Type
ZoomMeetingWhiteboard

Methods

(inner) CanStartShareWhiteboard() → {Object}

Description:
  • Determines whether the current meeting can start sharing the whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - bCan: true indicates you can start sharing the whiteboard. - reason: The reason that no one can start sharing the whiteboard.
Type
Object

(inner) CanStartShareWhiteboard() → {Object}

Description:
  • Determines whether the current meeting can start sharing the whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - bCan: true indicates you can start sharing the whiteboard. - reason: The reason that no one can start sharing the whiteboard.
Type
Object

(inner) EnableParticipantsCreateWithoutHost(bEnable) → {Number}

Description:
  • Enables the participants to create a new whiteboard without the host in the meeting.
Source:
Parameters:
Name Type Description
bEnable Boolean true indicates to enable. Otherwise, false.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) EnableParticipantsCreateWithoutHost(bEnable) → {Number}

Description:
  • Enables the participants to create a new whiteboard without the host in the meeting.
Source:
Parameters:
Name Type Description
bEnable Boolean true indicates to enable. Otherwise, false.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) GetWhiteboardCreateOption() → {Object}

Description:
  • Gets the option for who can initiate a new whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can initiate a new whiteboard.
Type
Object

(inner) GetWhiteboardCreateOption() → {Object}

Description:
  • Gets the option for who can initiate a new whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can initiate a new whiteboard.
Type
Object

(inner) GetWhiteboardShareOption() → {Object}

Description:
  • Gets the option for who can share a whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can share a whiteboard.
Type
Object

(inner) GetWhiteboardShareOption() → {Object}

Description:
  • Gets the option for who can share a whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can share a whiteboard.
Type
Object

(inner) IsOtherSharingWhiteboard() → {Boolean}

Description:
  • Query if other user is sharing whiteboard.
Source:
Returns:
true if another user is sharing. Otherwise, false.
Type
Boolean

(inner) IsOtherSharingWhiteboard() → {Boolean}

Description:
  • Query if other user is sharing whiteboard.
Source:
Returns:
true if another user is sharing. Otherwise, false.
Type
Boolean

(inner) IsParticipantsCreateWithoutHostEnabled() → {Boolean}

Description:
  • Determines whether the participants can create a new whiteboard without the host in the meeting.
Source:
Returns:
true indicates that they have these permission.
Type
Boolean

(inner) IsParticipantsCreateWithoutHostEnabled() → {Boolean}

Description:
  • Determines whether the participants can create a new whiteboard without the host in the meeting.
Source:
Returns:
true indicates that they have these permission.
Type
Boolean

(inner) IsSharingWhiteboardOut() → {Boolean}

Description:
  • Query if the current user is sharing whiteboard successfully.
Source:
Returns:
true if the current user is sharing successfully. Otherwise, false.
Type
Boolean

(inner) IsSharingWhiteboardOut() → {Boolean}

Description:
  • Query if the current user is sharing whiteboard successfully.
Source:
Returns:
true if the current user is sharing successfully. Otherwise, false.
Type
Boolean

(inner) IsSupportWhiteBoard() → {Boolean}

Description:
  • Determines whether the current meeting supports the whiteboard or not.
Source:
Returns:
true indicates to support.
Type
Boolean

(inner) IsSupportWhiteBoard() → {Boolean}

Description:
  • Determines whether the current meeting supports the whiteboard or not.
Source:
Returns:
true indicates to support.
Type
Boolean

(inner) SetDashboardViewSize(width, height) → {Number}

Description:
  • Sets the dashboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetDashboardViewSize(width, height) → {Number}

Description:
  • Sets the dashboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetOnWhiteboardSettingsChangedCB(onWhiteboardSettingsChanged) → {Boolean}

Description:
  • Set onWhiteboardSettingsChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardSettingsChanged function
Returns:
true or false
Type
Boolean

(inner) SetOnWhiteboardSettingsChangedCB(onWhiteboardSettingsChanged) → {Boolean}

Description:
  • Set onWhiteboardSettingsChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardSettingsChanged function
Returns:
true or false
Type
Boolean

(inner) SetOnWhiteboardStatusChangedCB(onWhiteboardStatusChanged) → {Boolean}

Description:
  • Set onWhiteboardStatusChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function
Returns:
true or false
Type
Boolean

(inner) SetOnWhiteboardStatusChangedCB(onWhiteboardStatusChanged) → {Boolean}

Description:
  • Set onWhiteboardStatusChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function
Returns:
true or false
Type
Boolean

(inner) SetOwnerWindow(windowID) → {Number}

Description:
  • Sets the whiteboard web view and dashboard web view owner window.
Source:
Parameters:
Name Type Description
windowID String Specify the owner window. If windowID is null, the owner window will be desktop window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetOwnerWindow(windowID) → {Number}

Description:
  • Sets the whiteboard web view and dashboard web view owner window.
Source:
Parameters:
Name Type Description
windowID String Specify the owner window. If windowID is null, the owner window will be desktop window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardCreateOption(option) → {Number}

Description:
  • Sets the option for who can initiate a new whiteboard.
Source:
Parameters:
Name Type Description
option Number Setting option for who can initiate a new whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardCreateOption(option) → {Number}

Description:
  • Sets the option for who can initiate a new whiteboard.
Source:
Parameters:
Name Type Description
option Number Setting option for who can initiate a new whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardShareOption(option) → {Number}

Description:
  • Sets the option for who can share a whiteboard.
Source:
Parameters:
Name Type Description
option Number New setting for who can share a whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardShareOption(option) → {Number}

Description:
  • Sets the option for who can share a whiteboard.
Source:
Parameters:
Name Type Description
option Number New setting for who can share a whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewPos(x, y) → {Number}

Description:
  • Sets the whiteboard web view window position.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewPos(x, y) → {Number}

Description:
  • Sets the whiteboard web view window position.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewSize(width, height) → {Number}

Description:
  • Sets the whiteboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewSize(width, height) → {Number}

Description:
  • Sets the whiteboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) ShowDashboardView(x, y) → {Number}

Description:
  • Shows the dashboard web view window.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) ShowDashboardView(x, y) → {Number}

Description:
  • Shows the dashboard web view window.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

Events

onWhiteboardSettingsChanged

Description:
  • Callback event of whiteboard setting type changed.
Source:
Parameters:
Name Type Description
shareOption Number Who can share their whiteboard SDKWhiteboardShareOption.
createOption Number Who can create a new whiteboard SDKWhiteboardCreateOption.
bEnable Boolean Whether enable the participants create whiteboard without host in the meeting

onWhiteboardSettingsChanged

Description:
  • Callback event of whiteboard setting type changed.
Source:
Parameters:
Name Type Description
shareOption Number Who can share their whiteboard SDKWhiteboardShareOption.
createOption Number Who can create a new whiteboard SDKWhiteboardCreateOption.
bEnable Boolean Whether enable the participants create whiteboard without host in the meeting

onWhiteboardStatusChanged

Description:
  • Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
Source:
Parameters:
Name Type Description
status Number Specify current whiteboard status SDKWhiteboardStatus.

onWhiteboardStatusChanged

Description:
  • Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
Source:
Parameters:
Name Type Description
status Number Specify current whiteboard status SDKWhiteboardStatus.
Zoom Meeting Whiteboard
Description:
  • Zoom Meeting Whiteboard
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
onWhiteboardSettingsChanged function Callback to demote attendees to panelist.
Returns:
Type
ZoomMeetingWhiteboard
Description:
  • Zoom Meeting Whiteboard
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
onWhiteboardSettingsChanged function Callback to demote attendees to panelist.
Returns:
Type
ZoomMeetingWhiteboard

Methods

(inner) CanStartShareWhiteboard() → {Object}

Description:
  • Determines whether the current meeting can start sharing the whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - bCan: true indicates you can start sharing the whiteboard. - reason: The reason that no one can start sharing the whiteboard.
Type
Object

(inner) CanStartShareWhiteboard() → {Object}

Description:
  • Determines whether the current meeting can start sharing the whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - bCan: true indicates you can start sharing the whiteboard. - reason: The reason that no one can start sharing the whiteboard.
Type
Object

(inner) EnableParticipantsCreateWithoutHost(bEnable) → {Number}

Description:
  • Enables the participants to create a new whiteboard without the host in the meeting.
Source:
Parameters:
Name Type Description
bEnable Boolean true indicates to enable. Otherwise, false.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) EnableParticipantsCreateWithoutHost(bEnable) → {Number}

Description:
  • Enables the participants to create a new whiteboard without the host in the meeting.
Source:
Parameters:
Name Type Description
bEnable Boolean true indicates to enable. Otherwise, false.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) GetWhiteboardCreateOption() → {Object}

Description:
  • Gets the option for who can initiate a new whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can initiate a new whiteboard.
Type
Object

(inner) GetWhiteboardCreateOption() → {Object}

Description:
  • Gets the option for who can initiate a new whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can initiate a new whiteboard.
Type
Object

(inner) GetWhiteboardShareOption() → {Object}

Description:
  • Gets the option for who can share a whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can share a whiteboard.
Type
Object

(inner) GetWhiteboardShareOption() → {Object}

Description:
  • Gets the option for who can share a whiteboard.
Source:
Returns:
If the function succeeds, the return value is an object with the following properties: - err: If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error. - option: Setting option for who can share a whiteboard.
Type
Object

(inner) IsOtherSharingWhiteboard() → {Boolean}

Description:
  • Query if other user is sharing whiteboard.
Source:
Returns:
true if another user is sharing. Otherwise, false.
Type
Boolean

(inner) IsOtherSharingWhiteboard() → {Boolean}

Description:
  • Query if other user is sharing whiteboard.
Source:
Returns:
true if another user is sharing. Otherwise, false.
Type
Boolean

(inner) IsParticipantsCreateWithoutHostEnabled() → {Boolean}

Description:
  • Determines whether the participants can create a new whiteboard without the host in the meeting.
Source:
Returns:
true indicates that they have these permission.
Type
Boolean

(inner) IsParticipantsCreateWithoutHostEnabled() → {Boolean}

Description:
  • Determines whether the participants can create a new whiteboard without the host in the meeting.
Source:
Returns:
true indicates that they have these permission.
Type
Boolean

(inner) IsSharingWhiteboardOut() → {Boolean}

Description:
  • Query if the current user is sharing whiteboard successfully.
Source:
Returns:
true if the current user is sharing successfully. Otherwise, false.
Type
Boolean

(inner) IsSharingWhiteboardOut() → {Boolean}

Description:
  • Query if the current user is sharing whiteboard successfully.
Source:
Returns:
true if the current user is sharing successfully. Otherwise, false.
Type
Boolean

(inner) IsSupportWhiteBoard() → {Boolean}

Description:
  • Determines whether the current meeting supports the whiteboard or not.
Source:
Returns:
true indicates to support.
Type
Boolean

(inner) IsSupportWhiteBoard() → {Boolean}

Description:
  • Determines whether the current meeting supports the whiteboard or not.
Source:
Returns:
true indicates to support.
Type
Boolean

(inner) SetDashboardViewSize(width, height) → {Number}

Description:
  • Sets the dashboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetDashboardViewSize(width, height) → {Number}

Description:
  • Sets the dashboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetOnWhiteboardSettingsChangedCB(onWhiteboardSettingsChanged) → {Boolean}

Description:
  • Set onWhiteboardSettingsChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardSettingsChanged function
Returns:
true or false
Type
Boolean

(inner) SetOnWhiteboardSettingsChangedCB(onWhiteboardSettingsChanged) → {Boolean}

Description:
  • Set onWhiteboardSettingsChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardSettingsChanged function
Returns:
true or false
Type
Boolean

(inner) SetOnWhiteboardStatusChangedCB(onWhiteboardStatusChanged) → {Boolean}

Description:
  • Set onWhiteboardStatusChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function
Returns:
true or false
Type
Boolean

(inner) SetOnWhiteboardStatusChangedCB(onWhiteboardStatusChanged) → {Boolean}

Description:
  • Set onWhiteboardStatusChanged callback.
Source:
Parameters:
Name Type Description
onWhiteboardStatusChanged function
Returns:
true or false
Type
Boolean

(inner) SetOwnerWindow(windowID) → {Number}

Description:
  • Sets the whiteboard web view and dashboard web view owner window.
Source:
Parameters:
Name Type Description
windowID String Specify the owner window. If windowID is null, the owner window will be desktop window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetOwnerWindow(windowID) → {Number}

Description:
  • Sets the whiteboard web view and dashboard web view owner window.
Source:
Parameters:
Name Type Description
windowID String Specify the owner window. If windowID is null, the owner window will be desktop window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardCreateOption(option) → {Number}

Description:
  • Sets the option for who can initiate a new whiteboard.
Source:
Parameters:
Name Type Description
option Number Setting option for who can initiate a new whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardCreateOption(option) → {Number}

Description:
  • Sets the option for who can initiate a new whiteboard.
Source:
Parameters:
Name Type Description
option Number Setting option for who can initiate a new whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardShareOption(option) → {Number}

Description:
  • Sets the option for who can share a whiteboard.
Source:
Parameters:
Name Type Description
option Number New setting for who can share a whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardShareOption(option) → {Number}

Description:
  • Sets the option for who can share a whiteboard.
Source:
Parameters:
Name Type Description
option Number New setting for who can share a whiteboard.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewPos(x, y) → {Number}

Description:
  • Sets the whiteboard web view window position.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewPos(x, y) → {Number}

Description:
  • Sets the whiteboard web view window position.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewSize(width, height) → {Number}

Description:
  • Sets the whiteboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) SetWhiteboardViewSize(width, height) → {Number}

Description:
  • Sets the whiteboard web view window size.
Source:
Parameters:
Name Type Description
width Number Specify the width of the window.
height Number Specify the height of the window.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) ShowDashboardView(x, y) → {Number}

Description:
  • Shows the dashboard web view window.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

(inner) ShowDashboardView(x, y) → {Number}

Description:
  • Shows the dashboard web view window.
Source:
Parameters:
Name Type Description
x Number The horizontal coordinate value.
y Number The vertical coordinate value.
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
Type
Number

Events

onWhiteboardSettingsChanged

Description:
  • Callback event of whiteboard setting type changed.
Source:
Parameters:
Name Type Description
shareOption Number Who can share their whiteboard SDKWhiteboardShareOption.
createOption Number Who can create a new whiteboard SDKWhiteboardCreateOption.
bEnable Boolean Whether enable the participants create whiteboard without host in the meeting

onWhiteboardSettingsChanged

Description:
  • Callback event of whiteboard setting type changed.
Source:
Parameters:
Name Type Description
shareOption Number Who can share their whiteboard SDKWhiteboardShareOption.
createOption Number Who can create a new whiteboard SDKWhiteboardCreateOption.
bEnable Boolean Whether enable the participants create whiteboard without host in the meeting

onWhiteboardStatusChanged

Description:
  • Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
Source:
Parameters:
Name Type Description
status Number Specify current whiteboard status SDKWhiteboardStatus.

onWhiteboardStatusChanged

Description:
  • Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
Source:
Parameters:
Name Type Description
status Number Specify current whiteboard status SDKWhiteboardStatus.