AudioVideoMcuSession.EndEnableAnnouncements Method
NOTE: This API is now obsolete.
This method will be removed from future versions. Use AudioVideoCall.AudioVideoMcuRouting methods. Waits for the pending operation to complete.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed from future versions. Use AudioVideoCall.AudioVideoMcuRouting methods.")> _
Public Sub EndEnableAnnouncements ( _
result As IAsyncResult _
)
'Usage
Dim instance As AudioVideoMcuSession
Dim result As IAsyncResult
instance.EndEnableAnnouncements(result)
[ObsoleteAttribute("This method will be removed from future versions. Use AudioVideoCall.AudioVideoMcuRouting methods.")]
public void EndEnableAnnouncements(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
OperationTimeoutException | Thrown when the operation timed out waiting for a reply. |
ConferenceFailureException | Thrown when the operation failed with a Centralized Conference Control Protocol (C3P) body in the response. |
RealTimeException | Thrown when the operation failed without a C3P body in the response. |
Remarks
The operation times out if no response was received within three minutes. If a pending response was received, the wait period is reset back to three minutes.