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."
name
name: string = "ClientLocalDescFailed"
Optional originalError
originalError: undefined | object
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
Any further information discovered and passed along at run-time.