MediaSFU React Native
Preparing search index...
CreateLocalRoomParameters
Interface CreateLocalRoomParameters
Interface defining the response structure when creating or joining a local room.
interface
CreateLocalRoomParameters
{
eventID
:
string
;
duration
:
number
;
capacity
:
number
;
userName
:
string
;
scheduledDate
:
Date
;
secureCode
:
string
;
waitRoom
?:
boolean
;
recordingParams
?:
RecordingParams
;
eventRoomParams
?:
MeetingRoomParams
;
videoPreference
?:
string
;
audioPreference
?:
string
;
audioOutputPreference
?:
string
;
mediasfuURL
?:
string
;
}
Index
Properties
event
ID
duration
capacity
user
Name
scheduled
Date
secure
Code
wait
Room?
recording
Params?
event
Room
Params?
video
Preference?
audio
Preference?
audio
Output
Preference?
mediasfu
URL?
Properties
event
ID
eventID
:
string
duration
duration
:
number
capacity
capacity
:
number
user
Name
userName
:
string
scheduled
Date
scheduledDate
:
Date
secure
Code
secureCode
:
string
Optional
wait
Room
waitRoom
?:
boolean
Optional
recording
Params
recordingParams
?:
RecordingParams
Optional
event
Room
Params
eventRoomParams
?:
MeetingRoomParams
Optional
video
Preference
videoPreference
?:
string
Optional
audio
Preference
audioPreference
?:
string
Optional
audio
Output
Preference
audioOutputPreference
?:
string
Optional
mediasfu
URL
mediasfuURL
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event
ID
duration
capacity
user
Name
scheduled
Date
secure
Code
wait
Room
recording
Params
event
Room
Params
video
Preference
audio
Preference
audio
Output
Preference
mediasfu
URL
MediaSFU
MediaSFU React Native
Loading...
Interface defining the response structure when creating or joining a local room.