🔧 SDK ReferenceManagersPlayerManagerPlayerVoicechatManagersetMutedsetMutedSets the player's muted status.Syntaxplayer.setMuted(muted);ParametersNameTypeDescriptionmutedbooleanWhether the player should be muted or not.Exampleplayer.setMuted(true);Available on: Client Server