Options
All
  • Public
  • Public/Protected
  • All
Menu

The code of the error received from the websocket.

Index

Enumeration members

Enumeration members

Publish

Publish = "ERROR_PUBLISH"

This code indicates an incorrect offer sent with publish socket message.
This error is caused by a mismatch between the capabilities specified in the offer and those compatible with the meeting.

Subscribe

Subscribe = "ERROR_SUBSCRIBE"

This code indicates an incorrect offer sent with subscribe socket message.
This error is caused by a mismatch between the capabilities specified in the offer and those compatible with the meeting or those of the specific stream you are subscribing to.

UploadFile

UploadFile = "ERROR_UPLOAD"

This code indicates an error during the file upload process.