Click or drag to resize

ISoftPhoneEnableCodec Method (Int32)

Enables the specified codec in the softphone globally.

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

Parameters

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