data class MeetingSessionConfiguration
MeetingSessionConfiguration includes information needed to start the meeting session such as attendee credentials and URLs for audio and video
Constructs a MeetingSessionConfiguration with a chime:CreateMeetingResponse and chime:CreateAttendeeResponse response and optional custom URLRewriter that will rewrite urls given to new urls.
<init> |
MeetingSessionConfiguration(createMeetingResponse: CreateMeetingResponse, createAttendeeResponse: CreateAttendeeResponse, urlRewriter: URLRewriter = ::defaultUrlRewriter) MeetingSessionConfiguration(meetingId: String, credentials: MeetingSessionCredentials, urls: MeetingSessionURLs)
MeetingSessionConfiguration includes information needed to start the meeting session such as attendee credentials and URLs for audio and video MeetingSessionConfiguration(meetingId: String, externalMeetingId: String?, credentials: MeetingSessionCredentials, urls: MeetingSessionURLs, features: MeetingFeatures = MeetingFeatures()) |
credentials |
val credentials: MeetingSessionCredentials |
externalMeetingId |
val externalMeetingId: String? |
features |
val features: MeetingFeatures |
meetingId |
val meetingId: String |
urls |
val urls: MeetingSessionURLs |
createContentShareMeetingSessionConfiguration |
fun createContentShareMeetingSessionConfiguration(): MeetingSessionConfiguration |