Android SDK 100ms
lib
/
live.hms.video.whiteboard.network
Package-level
declarations
Types
Types
HMSCreate
White
Board
Response
Link copied to clipboard
data
class
HMSCreateWhiteBoardResponse
(
val
id
:
String
?
,
val
owner
:
String
?
)
HMSGet
White
Board
Response
Link copied to clipboard
data
class
HMSGetWhiteBoardResponse
(
val
id
:
String
?
,
val
addr
:
String
?
,
val
token
:
String
?
,
val
owner
:
String
?
,
val
permissions
:
List
<
String
>
?
)