docs: roomId is number

This commit is contained in:
Julian Lam
2021-12-22 10:25:13 -05:00
parent 16ba16cdc4
commit 0aa25f20d5

View File

@@ -5,7 +5,7 @@ RoomObject:
type: number type: number
description: the uid of the chat room owner (usually the user who created the room initially) description: the uid of the chat room owner (usually the user who created the room initially)
roomId: roomId:
type: string type: number
description: unique identifier for the chat room description: unique identifier for the chat room
roomName: roomName:
type: string type: string