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