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

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