appError
Here is a list of the possible error names:
Sample payload
{
"type": "appError",
"data": {
"name": "not-allowed",
"message": "Recording disabled. You’ll need to edit this room’s properties to record sessions in this room",
"data": {
"type": "recording"
}
}
}{
"type": "appError",
"data": {
"name": "forbidden-action",
"message": "Forbidden action. This participant is not allowed to end session",
"data": {
"type": "end-session"
}
}
}Sample subscription code
Last updated