Options
Menu

Class ConnectionError

Hierarchy

Index

Constructors

constructor

Properties

causes

causes: string[] = ['The Client was unable to establish a media connection.','A media connection which was active failed liveliness checks.',]

code

code: number = 53405

description

description: string = "Media connection failed"

explanation

explanation: string = "Raised by the Client or Server whenever a media connection fails."

message

message: string

Any further information discovered and passed along at run-time.

name

name: string = "ConnectionError"

Optional originalError

originalError: undefined | object

The original error object received from the external system, if any.

solutions

solutions: string[] = ['If the problem persists, try connecting to another region.','Check your Client\'s network connectivity.','If you\'ve provided custom ICE Servers then ensure that the URLs and credentials are valid.',]

Optional stack

stack: undefined | string

Generated using TypeDoc