AudioVideoFlow Members
Include Protected Members
Include Inherited Members
AudioVideoFlow represents media connection with single remote participant.
The AudioVideoFlow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Audio | Gets an audio control. |
![]() |
Call | Gets the AudioVideoCall associated with this flow. Can be null if the call type is not AudioVideoCall. |
![]() |
EncryptionPolicy | Gets the current encryption policy. |
![]() |
HoldStatus | Gets the current hold status. |
![]() |
Player | Gets the player currently attached to this AudioVideoFlow. |
![]() |
Recorder | Gets the recorder currently attached to this AudioVideoFlow. |
![]() |
SignalingContext | Gets the value of associated SignalingContext for the flow. (inherited from MediaFlow) |
![]() |
SpeechRecognitionConnector | Gets the speech recognition connector attached to this AudioVideoFlow. |
![]() |
SpeechSynthesisConnector | Gets the speech synthesis connector attached to this AudioVideoFlow. |
![]() |
State | Gets the MediaFlowState for the flow. (inherited from MediaFlow) |
![]() |
ToneController | Gets the ToneController currently attached to this AudioVideoFlow. |
![]() |
ToneEnabled | Gets whether tone is enabled. |
![]() |
TonePolicy | Gets the AudioVideoFlow's tone policy. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BeginApplyChanges(AudioVideoFlowTemplate, AsyncCallback, Object) | Applies changes from the specified template. |
![]() |
BeginApplyChanges(AudioVideoFlowTemplate, IEnumerable<SignalingHeader>, AsyncCallback, Object) | Applies changes from the specified template. |
![]() |
BeginHold(HoldType, AsyncCallback, Object) | Begins to hold the AudioVideoFlow. |
![]() |
BeginHold(HoldType, IEnumerable<SignalingHeader>, AsyncCallback, Object) | Begins to hold the AudioVideoFlow. |
![]() |
BeginRetrieve(AsyncCallback, Object) | Begins to retrieve the AudioVideoFlow. |
![]() |
BeginRetrieve(IEnumerable<SignalingHeader>, AsyncCallback, Object) | Begins to retrieve the AudioVideoFlow. |
![]() |
EndApplyChanges | Waits for the pending operation to complete. |
![]() |
EndHold | Waits for the pending operation to complete. |
![]() |
EndRetrieve | Waits for the pending operation to complete. |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
Initialize | Copies the properties from the template to the AudioVideoFlow instance. |
![]() |
MakeCallback | Invokes a specified call using the application's queue for the events. (inherited from MediaFlow) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
RaiseEvent<TEventArg> | Raises a generic event with a specific event argument type. (inherited from MediaFlow) |
![]() |
ToString | (inherited from Object) |
![]() |
TryUpdateFlowState | Updates the MediaFlow's state. (inherited from MediaFlow) |
Top
Events
Name | Description | |
---|---|---|
![]() |
ConfigurationChanged | Raised by an AudioVideoFlow instance when any configuration has changed. |
![]() |
StateChanged | Raised when the state of MediaFlow has changed. (inherited from MediaFlow) |
Top