Click or drag to resize

ISoftPhoneEnableCodec(Int32) Method

Enables the specified codec in the softphone globally.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
void EnableCodec(
	int payloadType
)

Parameters

payloadType  Int32
The payload identifier of the codec.
Remarks
Only the enabled codecs will be negotiated during the calls.
See Also