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