MediaSFU React Native
Preparing search index...
CreateMediaSFURoomOptions
Interface CreateMediaSFURoomOptions
interface
CreateMediaSFURoomOptions
{
action
:
"create"
;
duration
:
number
;
capacity
:
number
;
userName
:
string
;
scheduledDate
?:
number
;
secureCode
?:
string
;
eventType
?:
"conference"
|
"webinar"
|
"chat"
|
"broadcast"
;
meetingRoomParams
?:
MeetingRoomParams
;
recordingParams
?:
RecordingParams
;
recordOnly
?:
boolean
;
safeRoom
?:
boolean
;
autoStartSafeRoom
?:
boolean
;
safeRoomAction
?:
"ban"
|
"warn"
|
"kick"
;
dataBuffer
?:
boolean
;
bufferType
?:
"all"
|
"audio"
|
"images"
;
supportSIP
?:
boolean
;
directionSIP
?:
"inbound"
|
"outbound"
|
"both"
;
preferPCMA
?:
boolean
;
}
Index
Properties
action
duration
capacity
user
Name
scheduled
Date?
secure
Code?
event
Type?
meeting
Room
Params?
recording
Params?
record
Only?
safe
Room?
auto
Start
Safe
Room?
safe
Room
Action?
data
Buffer?
buffer
Type?
support
SIP?
direction
SIP?
prefer
PCMA?
Properties
action
action
:
"create"
duration
duration
:
number
capacity
capacity
:
number
user
Name
userName
:
string
Optional
scheduled
Date
scheduledDate
?:
number
Optional
secure
Code
secureCode
?:
string
Optional
event
Type
eventType
?:
"conference"
|
"webinar"
|
"chat"
|
"broadcast"
Optional
meeting
Room
Params
meetingRoomParams
?:
MeetingRoomParams
Optional
recording
Params
recordingParams
?:
RecordingParams
Optional
record
Only
recordOnly
?:
boolean
Optional
safe
Room
safeRoom
?:
boolean
Optional
auto
Start
Safe
Room
autoStartSafeRoom
?:
boolean
Optional
safe
Room
Action
safeRoomAction
?:
"ban"
|
"warn"
|
"kick"
Optional
data
Buffer
dataBuffer
?:
boolean
Optional
buffer
Type
bufferType
?:
"all"
|
"audio"
|
"images"
Optional
support
SIP
supportSIP
?:
boolean
Optional
direction
SIP
directionSIP
?:
"inbound"
|
"outbound"
|
"both"
Optional
prefer
PCMA
preferPCMA
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
duration
capacity
user
Name
scheduled
Date
secure
Code
event
Type
meeting
Room
Params
recording
Params
record
Only
safe
Room
auto
Start
Safe
Room
safe
Room
Action
data
Buffer
buffer
Type
support
SIP
direction
SIP
prefer
PCMA
MediaSFU
MediaSFU React Native
Loading...