Daily Entities
These entities are used by the Daily adapter functions and encapsulate data objects used by the Epicenter Daily API.
Types
RecordingType
Type alias. Represents the allowed recording type for a Daily session.
Allowed values:
'CLOUD'– Indicates that the recording is stored in the cloud.
Privacy
Type alias. Represents the privacy level of a Daily session.
Allowed values:
'PRIVATE'– Indicates that the session is private.
StreamType
Type alias. Represents the supported stream type for a Daily session.
Allowed values:
'HLS'– Indicates that the stream uses HTTP Live Streaming (HLS).
Interfaces
DailyRoomResponseReadOutView
Represents a Daily meeting room that participants enter to join a video call.
Properties:
name: string– The name of the Daily meeting room.url: string– The URL used by participants to join the video call.
DailyMeetingTokenResponseReadOutView
A token is required for a user to join a video conferencing call. Tokens are user- and room-specific.
Properties:
token: string– The token used to authenticate a user when joining a video call.