Preparing search index...
The search index is not available
MediaSFU React Native (Expo)
MediaSFU React Native (Expo)
CreateJoinLocalRoomResponse
Interface CreateJoinLocalRoomResponse
Interface defining the response structure when creating or joining a local room.
interface
CreateJoinLocalRoomResponse
{
success
:
boolean
;
secret
:
string
;
reason
?:
string
;
url
?:
string
;
}
Index
Properties
success
secret
reason?
url?
Properties
success
success
:
boolean
secret
secret
:
string
Optional
reason
reason
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
secret
reason
url
MediaSFU
MediaSFU React Native (Expo)
Loading...
Interface defining the response structure when creating or joining a local room.