Skip to content

NET_SDK_SetVoiceComClientVolume

Interface Definition

1
2
3
BOOL NET_SDK_SetVoiceComClientVolume(
    POINTERHANDLE lVoiceComHandle,
    WORD wVolume);
1
2
3
public static extern bool NET_SDK_SetVoiceComClientVolume(
    POINTERHANDLE lVoiceComHandle,
    int wVolume);

Function Description

Set the volume of the voice intercom client.

Parameter Description

Parameters Type Remark
lVoiceComHandlein POINTERHANDLE Voice intercom handle, the return value of NET_SDK_StartVoiceCom or NET_SDK_StartVoiceCom_MR.
wVolumein WORD Volume value, range: [0, 0xffff].

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code