Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingSessionURLs

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

Hierarchy

  • MeetingSessionURLs

Index

Constructors

constructor

Properties

urlRewriter

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

Type declaration

    • (url: string): string
    • Function to transform URLs. Use this to rewrite URLs to traverse proxies. The default implementation returns the original URL unchanged.

      Parameters

      • url: string

      Returns string

urlRewriterMulti

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

Type declaration

    • (url: string): string[]
    • 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.

      Parameters

      • url: string

      Returns string[]

Accessors

audioHostURL

  • get audioHostURL(): string
  • set audioHostURL(value: string): void

eventIngestionURL

  • get eventIngestionURL(): string
  • set eventIngestionURL(value: string): void

signalingURL

  • get signalingURL(): string
  • set signalingURL(value: string): void

turnControlURL

  • get turnControlURL(): string
  • set turnControlURL(value: string): void

Generated using TypeDoc