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

Constructors

Properties

urlRewriter: (url: string) => string = ...

Function to transform URLs. Use this to rewrite URLs to traverse proxies. The default implementation returns the original URL unchanged.

urlRewriterMulti: (url: string) => string[] = null

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.

Accessors