Fix JoinRoomError action name typo

This commit is contained in:
Germain Souquet
2021-05-27 08:57:48 +01:00
parent be22a325f6
commit 9007afabfa

View File

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