shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.socket
/
JoinEventRoomParameters
Join
Event
Room
Parameters
data
class
JoinEventRoomParameters
(
val
eventId
:
String
,
val
userName
:
String
,
val
secureCode
:
String
?
=
null
,
val
videoPreference
:
String
?
=
null
,
val
audioPreference
:
String
?
=
null
,
val
audioOutputPreference
:
String
?
=
null
)
Parameters for joining a Community Edition event using the local socket.
Members
Constructors
Join
Event
Room
Parameters
Link copied to clipboard
constructor
(
eventId
:
String
,
userName
:
String
,
secureCode
:
String
?
=
null
,
videoPreference
:
String
?
=
null
,
audioPreference
:
String
?
=
null
,
audioOutputPreference
:
String
?
=
null
)
Properties
audio
Output
Preference
Link copied to clipboard
val
audioOutputPreference
:
String
?
=
null
audio
Preference
Link copied to clipboard
val
audioPreference
:
String
?
=
null
event
Id
Link copied to clipboard
val
eventId
:
String
secure
Code
Link copied to clipboard
val
secureCode
:
String
?
=
null
user
Name
Link copied to clipboard
val
userName
:
String
video
Preference
Link copied to clipboard
val
videoPreference
:
String
?
=
null