shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
CoHostResponsibility
Co
Host
Responsibility
@
Serializable
data
class
CoHostResponsibility
(
val
name
:
String
,
val
value
:
Boolean
,
val
dedicated
:
Boolean
)
Members
Constructors
Co
Host
Responsibility
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Boolean
,
dedicated
:
Boolean
)
Properties
dedicated
Link copied to clipboard
val
dedicated
:
Boolean
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
Boolean