Click or drag to resize

ISoftPhoneDisableCodec Method (CodecPayloadType)

Disables a codec globally in the softphone.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
void DisableCodec(
	CodecPayloadType payloadType
)

Parameters

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