Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Room / updateRoomProfile

Function: updateRoomProfile()

updateRoomProfile(field, content): void

Update a profile field of a room

Parameters

field: string

parameter to write to

content: any

Returns

void

Defined in

src/room/useRoom.js:203

MIT