@videosdk.live/server-sdk
Preparing search index...
AgentRoomOptions
Interface AgentRoomOptions
Per-dispatch room behavior.
interface
AgentRoomOptions
{
autoEndSession
?:
boolean
;
joinMeeting
?:
boolean
;
playground
?:
boolean
;
sessionTimeoutSeconds
?:
number
;
vision
?:
boolean
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
auto
End
Session?
join
Meeting?
playground?
session
Timeout
Seconds?
vision?
Properties
Optional
auto
End
Session
autoEndSession
?:
boolean
Optional
join
Meeting
joinMeeting
?:
boolean
Optional
playground
playground
?:
boolean
Optional
session
Timeout
Seconds
sessionTimeoutSeconds
?:
number
Optional
vision
vision
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
End
Session
join
Meeting
playground
session
Timeout
Seconds
vision
@videosdk.live/server-sdk
Loading...
Per-dispatch room behavior.