Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 248 Bytes

setCallVolume.md

File metadata and controls

14 lines (9 loc) · 248 Bytes

setCallVolume

Description

Sets the local players call channel volume

Parameters

  • callVolume: the call volume to set to between 0 - 100 percent
-- set the call volume to 50 percent
exports['pma-voice']:setCallVolume(50)