Click or drag to resize

ISoftPhoneEnableCodec(CodecPayloadType) Method

Enables a codec globally in the softphone.

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

Parameters

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