ISoftPhoneEnableCodec(CodecPayloadType) Method |
Enables a codec globally in the softphone.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid EnableCodec(
CodecPayloadType payloadType
)
Sub EnableCodec (
payloadType As CodecPayloadType
)
void EnableCodec(
CodecPayloadType payloadType
)
abstract EnableCodec :
payloadType : CodecPayloadType -> unit
Parameters
- payloadType CodecPayloadType
- The payload type of the codec.
Remarks
Only the enabled codecs will be negotiated during the calls.
See Also