Click or drag to resize
ICallMediaManager Interface
Provides a layer for the call to monitor its media properties.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ICallMediaManager

The ICallMediaManager type exposes the following members.

Methods
  NameDescription
Public methodGetAudioFormat
Gets the audio format for the given codec.
Public methodGetChannelConfig
Public methodGetCurrentEncoder
Gets the current encoder used during the call.
Public methodGetSupportedCodecs
Gets the codecs supported by the other party.
Public methodSendMediaData
Sends media data to the remote party.
Public methodSetChannelConfig
Sets the specified configuration to a media channel.
Public methodSetInboundAudioTypes
Sets the audio types that will handle the media manager.
Public methodSetInboundVideoTypes
Sets the video types that will handle the media manager.
Top
Properties
  NameDescription
Public propertyActiveMediaTypes
Gets the actual media types of the phoneline.
Public propertyReceivedVideoQuality
Gets or sets the received video quality in the call.
Public propertySentVideoQuality
Gets or sets the sent video quality in the call.
Public propertySupportedMediaTypes
Gets the list of supported media types of the call.
Top
Events
  NameDescription
Public eventChannelConfigChanged
Occurs when the codec has changed.
Public eventMediaDataReceived
Occurs when the received media data has been decoded.
Public eventMediaDescriptionChanged
Occurs when the media description of the call has changed (eg. new media channel has been added or simply put the other party the call on hold).
Public eventReceivedVideoQualityChanged
Occurs when the received video quality has changed.
Public eventSentVideoQualityChanged
Occurs when the sent video quality has changed.
Top
See Also