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