# Sandbox.PartyRoom

A Party. A Party with your friends.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`

## Properties

- [`Current`](/api/Sandbox.PartyRoom/Current)
- [`Id`](/api/Sandbox.PartyRoom/Id): The unique identifier of this lobby
- [`JoinState`](/api/Sandbox.PartyRoom/JoinState): The current join state of the owner of the party
- [`MaxMembers`](/api/Sandbox.PartyRoom/MaxMembers): The maximum number of members allowed in this lobby.
- [`MemberCount`](/api/Sandbox.PartyRoom/MemberCount): The current number of members in this lobby.
- [`Members`](/api/Sandbox.PartyRoom/Members): A list of members in this room
- [`Name`](/api/Sandbox.PartyRoom/Name): The name of this lobby.
- [`OnChatMessage`](/api/Sandbox.PartyRoom/OnChatMessage)
- [`OnJoin`](/api/Sandbox.PartyRoom/OnJoin)
- [`OnLeave`](/api/Sandbox.PartyRoom/OnLeave)
- [`OnVoiceData`](/api/Sandbox.PartyRoom/OnVoiceData)
- [`Owner`](/api/Sandbox.PartyRoom/Owner)
- [`PackageIdent`](/api/Sandbox.PartyRoom/PackageIdent): What package is this party's owner playing?
- [`VoiceCommunicationAllowed`](/api/Sandbox.PartyRoom/VoiceCommunicationAllowed): Allow communication via voice when in the main menu.
- [`VoiceRecording`](/api/Sandbox.PartyRoom/VoiceRecording)

## Methods

- [`Create`](/api/Sandbox.PartyRoom/Create)
- [`Find`](/api/Sandbox.PartyRoom/Find)
- [`Kick`](/api/Sandbox.PartyRoom/Kick): Kick a member from the lobby. Only the owner can kick members.
- [`Leave`](/api/Sandbox.PartyRoom/Leave)
- [`SendChatMessage`](/api/Sandbox.PartyRoom/SendChatMessage)
- [`SetOwner`](/api/Sandbox.PartyRoom/SetOwner): Set the owner to someone else. You need to be the owner
