MuteManagerProxy
Description
API for managing player mutes.
Methods
bool Mute(string psid, string sDuration)
- Description: Mutes the user for the specified duration. If no duration is supplied the mute will be permanent. Duration needs to be in the format XdXhXmXs. (days, hours, minutes, seonds)
bool IsMuted(string psid)
bool Unmute(string psid)
- Description: Returns true if the user was actually unmuted.
string GetMuteDuration(string psid)
- Description: Note: this will throw if the user is not muted. Returned value is in format XdXhXmXs.