amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.session / MeetingSessionURLs

MeetingSessionURLs

data class MeetingSessionURLs

MeetingSessionURLs contains the URLs that will be used to reach the meeting service.

Constructors

<init>

MeetingSessionURLs contains the URLs that will be used to reach the meeting service.

MeetingSessionURLs(_audioFallbackURL: String, _audioHostURL: String, _turnControlURL: String, _signalingURL: String, urlRewriter: URLRewriter, _ingestionURL: String? = null)

Properties

audioFallbackURL

val audioFallbackURL: String

audioHostURL

val audioHostURL: String

ingestionURL

val ingestionURL: String?

signalingURL

val signalingURL: String

turnControlURL

val turnControlURL: String

urlRewriter

val urlRewriter: URLRewriter