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: 1.8.12.0 (1.8.12)
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