Options
Menu

Class ClientLocalDescFailed

Hierarchy

  • Error
    • ClientLocalDescFailed

Implements

Index

Constructors

constructor

Properties

causes

causes: string[] = ['The Client may not be using a supported WebRTC implementation.','The Client may not have the necessary resources to create or apply a new media description.',]

code

code: number = 53400

description

description: string = "Client is unable to create or apply a local media description"

explanation

explanation: string = "Raised whenever a Client is unable to create or apply a local media description."

message

message: string

name

name: string

solutions

solutions: string[] = ['If you are experiencing this error using the JavaScript SDK, ensure you are running it with a supported WebRTC implementation.',]

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc