shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.methods.utils
/
CreateJoinRoomError
Create
Join
Room
Error
@
Serializable
data
class
CreateJoinRoomError
(
val
error
:
String
,
val
success
:
Boolean
?
=
null
)
Represents the error response from creating or joining a room.
Members
Constructors
Create
Join
Room
Error
Link copied to clipboard
constructor
(
error
:
String
,
success
:
Boolean
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
success
Link copied to clipboard
val
success
:
Boolean
?
=
null