Function to transform URLs. Use this to rewrite URLs to traverse proxies. The default implementation returns the original URL unchanged.
Optional function to transform a single URL into multiple URLs. This is currently only used for TURN URI processing.
There is not any good reason for a typical application to implement this.
When set, this takes precedence over MeetingSessionURLs.urlRewriter for TURN URI processing. The default is null, meaning MeetingSessionURLs.urlRewriter will be used instead.
Gets or sets the audio host URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
Gets or sets the audio host URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
Gets or sets the events ingestion URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
Gets or sets the events ingestion URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
Gets or sets the signaling URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
Gets or sets the signaling URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
Gets or sets the TURN control URL with gets reflecting the result of the MeetingSessionURLs.urlRewriter function.
This URL is currently unused by the SDK and will be removed in a later release.
This URL is currently unused by the SDK and will be removed in a later release.
This URL is currently unused by the SDK and will be removed in a later release.
Generated using TypeDoc
MeetingSessionURLs contains the URLs that will be used to reach the meeting service.