Attendee |
data class Attendee |
CreateAttendeeResponse |
data class CreateAttendeeResponse |
CreateMeetingResponse |
data class CreateMeetingResponse |
DefaultMeetingSession |
class DefaultMeetingSession : MeetingSession |
MediaPlacement |
data class MediaPlacement |
Meeting |
data class Meeting |
MeetingFeatures |
data class MeetingFeatures |
MeetingSession |
MeetingSession contains everything needed for the attendee to authenticate, reach the meeting service, start audio, and start video interface MeetingSession |
MeetingSessionConfiguration |
MeetingSessionConfiguration includes information needed to start the meeting session such as attendee credentials and URLs for audio and video data class MeetingSessionConfiguration |
MeetingSessionCredentials |
MeetingSessionCredentials includes the credentials used to authenticate the attendee on the meeting data class MeetingSessionCredentials |
MeetingSessionStatus |
MeetingSessionStatus indicates a status received regarding the session. data class MeetingSessionStatus |
MeetingSessionStatusCode |
MeetingSessionStatusCode provides additional details for the MeetingSessionStatus received for a session. enum class MeetingSessionStatusCode |
MeetingSessionURLs |
MeetingSessionURLs contains the URLs that will be used to reach the meeting service. data class MeetingSessionURLs |
URLRewriter |
URLRewriter Function to transform URLs. Use this to rewrite URLs to traverse proxies. typealias URLRewriter = (url: String) -> String |
defaultUrlRewriter |
The default implementation returns the original URL unchanged. fun defaultUrlRewriter(url: String): String |