FunctionsChatRoomSyncChatRoomSync CallableChatRoomSync(data: ServerChatRoomSyncMessage): Promise<void>Handles the reception of the data for a room we've just entered. This only happens once per ChatRoom "lifetime".Parametersdata: ServerChatRoomSyncMessageRoom object containing the new chatroom data.Returns Promise<void>Nothing.
Handles the reception of the data for a room we've just entered.
This only happens once per ChatRoom "lifetime".