@videosdk.live/server-sdk
Preparing search index...
Session
Interface Session
A session: a single live occupancy of a room.
interface
Session
{
customRoomId
?:
string
;
end
?:
string
|
null
;
id
:
string
;
links
?:
ResourceLinks
;
participants
?:
Participant
[]
;
region
?:
string
;
roomId
?:
string
;
start
?:
string
;
status
?:
"ongoing"
|
"ended"
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
custom
Room
Id?
end?
id
links?
participants?
region?
room
Id?
start?
status?
Properties
Optional
custom
Room
Id
customRoomId
?:
string
Optional
end
end
?:
string
|
null
id
id
:
string
Optional
links
links
?:
ResourceLinks
Optional
participants
participants
?:
Participant
[]
Optional
region
region
?:
string
Optional
room
Id
roomId
?:
string
Optional
start
start
?:
string
Optional
status
status
?:
"ongoing"
|
"ended"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Room
Id
end
id
links
participants
region
room
Id
start
status
@videosdk.live/server-sdk
Loading...
A session: a single live occupancy of a room.