Skip to content

ErrorCode

Adnan Arnautović edited this page May 18, 2022 · 4 revisions

getId()

Description

Getter for the id field.

Arguments

  • none

Returns

  • int - Value of the id field representing the error code ID.

getName()

Description

Getter for the name field.

Arguments

  • none

Returns

  • String - Value of the name field representing the error code name.

getDescription()

Description

Getter for the description field.

Arguments

  • none

Returns

  • String - Value of the description field representing the error code description.

Possible Values

Response Status and Error Codes page contains a list of all WebRTC error codes and their descriptions.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally