The interface to access QoSVoiceChat functionality on PlayStation 4.
Other related reference items
init ( client, user_id )Initializes QoSVoiceChat for the specified user.
|
client : | The PSN client. | |
user_id : | integer | ID of the user with whom to init QoSVoiceChat. |
This function does not return any values. |
Note that QoSVoiceChat only works for one local user at a time.
Other related reference items
local_mute_status ( ) : booleanReturns the mute status of the local user.
|
This function does not accept any parameters. |
boolean |
True if muted. |
Other related reference items
mute_local ( mute )Mutes or unmutes the local user.
|
mute : | boolean | True for mute, false for unmute. |
This function does not return any values. |
Other related reference items
mute_remote ( peer_id, mute )Mutes or unmutes a remote peer.
|
peer_id : | string | Id of the peer to mute. |
mute : | boolean | True for mute, false for unmute. |
This function does not return any values. |
Other related reference items
remote_mute_status ( peer_id ) : booleanReturns the mute status of a remote peer.
|
peer_id : | string | Id of the peer to get mute status for. |
boolean |
True if muted. |
Other related reference items
set_speaker_volume ( volume )Sets the QoSVoiceChat speaker volume.
|
volume : | number | Volume level to use. |
This function does not return any values. |
Other related reference items
shutdown ( )Shuts down QoSVoiceChat and frees related resources.
|
This function does not accept any parameters. |
This function does not return any values. |
Other related reference items
speaker_volume ( ) : numberReturns the QoSVoiceChat speaker volume.
|
This function does not accept any parameters. |
number |
Speaker volume level. |
Other related reference items