Click or drag to resize
ISoftPhoneDisableCodec Method (Int32)
Disables a codec globally in the softphone.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void DisableCodec(
	int payloadType
)

Parameters

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