altv-issues
altv-issues copied to clipboard
Voice chat enhancements
Those are features that server devs are requesting
- [ ] Force push-to-talk
- [ ] Manual input mode with player's permission (alt.Voice.requestManualMode())
- [ ] Serverside IPlayer::MuteVoice to mute player in all voice channels
- [ ] Allow setting range for non-spatial channels
- [ ] Serverside IVoiceChanne;:GetRange/SetRange
- [ ] Clientside alt.Voice.muteInput
- [ ] Clientside alt.Voice.muteOutput
API methods for manual mode
- [ ] alt.Voice.toggleInput
- [ ] alt.Voice.toggleOutput
Change the quality of each voice channel (i.E. for radio or phone transmissions)
related #554
Manual input mode with player's permission (alt.Voice.requestManualMode())
This could now be implemented with the Permissions API, instead of such a method
Manual input mode with player's permission (alt.Voice.requestManualMode())
This could now be implemented with the Permissions API, instead of such a method
What permissions API?
What permissions API?
There was a permissions api added for special features like creating screenshots, so there could be a new permission added to allow the server to control the voice input.
What permissions API?
There was a permissions api added for special features like creating screenshots, so there could be a new permission added to allow the server to control the voice input.
Ah. Good to know.
Also add a Button to Mute/ Unmute the Mic (in alt:V Launcher Settings), or change the functionality of the PTT Button to a Mute / Unmute Button.