Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.72 KB

InsightsV1VideoRoomSummary.md

File metadata and controls

36 lines (31 loc) · 2.72 KB

InsightsV1VideoRoomSummary

Properties

Name Type Description Notes
AccountSid Pointer to string Account SID associated with this room.
RoomSid Pointer to string Unique identifier for the room.
RoomName Pointer to string Room friendly name.
CreateTime Pointer to time.Time Creation time of the room.
EndTime Pointer to time.Time End time for the room.
RoomType Pointer to string
RoomStatus Pointer to string
StatusCallback Pointer to string Webhook provided for status callbacks.
StatusCallbackMethod Pointer to string HTTP method provided for status callback URL.
CreatedMethod Pointer to string
EndReason Pointer to string
MaxParticipants Pointer to int Max number of total participants allowed by the application settings.
UniqueParticipants Pointer to int Number of participants. May include duplicate identities for participants who left and rejoined.
UniqueParticipantIdentities Pointer to int Unique number of participant identities.
ConcurrentParticipants Pointer to int Actual number of concurrent participants.
MaxConcurrentParticipants Pointer to int Maximum number of participants allowed in the room at the same time allowed by the application settings.
Codecs Pointer to []string Codecs used by participants in the room. Can be VP8, H264, or VP9.
MediaRegion Pointer to string
DurationSec Pointer to int64 Total room duration from create time to end time.
TotalParticipantDurationSec Pointer to int64 Combined amount of participant time in the room.
TotalRecordingDurationSec Pointer to int64 Combined amount of recorded seconds for participants in the room.
ProcessingState Pointer to string
RecordingEnabled Pointer to bool Boolean indicating if recording is enabled for the room.
EdgeLocation Pointer to string
Url Pointer to string URL for the room resource.
Links Pointer to map[string]interface{} Room subresources.

[Back to Model list] [Back to API list] [Back to README]