MeetingSessionURLs
@objcMembers
public class MeetingSessionURLs : NSObject, Codable
MeetingSessionURLs
contains the URLs that will be used to reach the meeting service.
-
The audio fallback URL of the session
Declaration
Swift
public let audioFallbackUrl: String
-
The audio host URL of the session
Declaration
Swift
public let audioHostUrl: String
-
The TURN control URL of the session
Declaration
Swift
public let turnControlUrl: String
-
The signaling URL of the session
Declaration
Swift
public let signalingUrl: String
-
The event ingestion URL of the session
Declaration
Swift
public let ingestionUrl: String?
-
Declaration
Swift
public convenience init(audioFallbackUrl: String, audioHostUrl: String, turnControlUrl: String, signalingUrl: String, urlRewriter: URLRewriter)
-
Declaration
Swift
public init(audioFallbackUrl: String, audioHostUrl: String, turnControlUrl: String, signalingUrl: String, urlRewriter: URLRewriter, ingestionUrl: String?)