reportRoom

abstract suspend fun reportRoom(roomId: RoomId, reason: String? = null, asUserId: UserId? = null): Result<Unit>

See also

ReportRoom