Searched defs:sameRoom (Results 1 – 5 of 5) sorted by relevance
341 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function366 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc newAdminId function394 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc banId function476 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
87 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
455 func (v *chatRoomView) sameRoom(from string) bool { func