Fix JoinRoomError action name typo

pull/21833/head
Germain Souquet 2021-05-27 08:57:48 +01:00
parent be22a325f6
commit 9007afabfa
1 changed files with 1 additions and 1 deletions

View File

@ -152,5 +152,5 @@ export enum Action {
/**
* Fired when joining a room failed
*/
JoinRoomError = "join_room",
JoinRoomError = "join_room_error",
}