Daily Entities
These entities are used by the Daily adapter functions and encapsulate data objects used by 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 to by participants join the video call.
DailyMeetingTokenResponseReadOutView
A token is used by 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.