shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.consumers.socket_receive_methods
/
ResponseJoinRoom
Response
Join
Room
data
class
ResponseJoinRoom
(
val
success
:
Boolean
=
false
,
val
rtpCapabilities
:
Any
?
=
null
)
Response from joining a room.
Members
Constructors
Response
Join
Room
Link copied to clipboard
constructor
(
success
:
Boolean
=
false
,
rtpCapabilities
:
Any
?
=
null
)
Properties
rtp
Capabilities
Link copied to clipboard
val
rtpCapabilities
:
Any
?
=
null
RTP capabilities if successful
success
Link copied to clipboard
val
success
:
Boolean
=
false
Whether the join was successful