|
AudioChannel |
Represents the media channel that carries an audio data stream. |
|
AVModality |
Defines the audio/video modality and handles both audio and video calls using the AudioChannel and VideoChannel properties. When the AVModality is connected, the default channel is audio. Starting the video channel will cause the audio channel to start if the modality is disconnected. |
|
CallParkOrbit |
Represents a Call Park Service entry containing a parked call. Used to retrieve a parked call. |
|
Channel |
Abstract class representing the carrier of a stream of data such as audio or video. |
|
ChannelActionAvailabilityEventArgs |
Represents the event data of a ChannelActionAvailability event. |
|
ChannelStateChangedEventArgs |
Represents the event data of a ChannelStateChanged event. |
|
StreamStateChangedEventArgs |
Represents the event data of a StreamStateChanged event. |
|
VideoChannel |
Represents a media channel that carries a video data stream. |
|
VideoWindow |
Draws the video content for either the outoing (capture) or the incoming (render) video. Native implementation of the IVideoWindow interface https://go.microsoft.com/fwlink/?LinkId=202572 |