ISoftPhoneDisableCodec Method (CodecPayloadType) |
Disables a codec globally in the softphone.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void DisableCodec(
CodecPayloadType payloadType
)
Sub DisableCodec (
payloadType As CodecPayloadType
)
void DisableCodec(
CodecPayloadType payloadType
)
abstract DisableCodec :
payloadType : CodecPayloadType -> unit
Parameters
- payloadType
- Type: Ozeki.MediaCodecPayloadType
The payload identifier of the codec.
Remarks
Disabled codecs will not be negotiated during the calls.
See Also