on Whiteboard Started
Called when whiteboard sharing has started.
Code Example:
override fun onWhiteboardStarted(url: String) {
Log.d("Meeting", "Whiteboard URL: $url")
// Load the whiteboard URL in a WebView
webView.loadUrl(url)
}
Content copied to clipboard
Parameters
url
the URL of the whiteboard that can be loaded in a WebView
See also
Meeting.startWhiteboard()