Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)
Syntax
Exceptions
Exception type | Condition |
---|---|
Exception |
An exception occurred in the application while calling the IMediaNegotiation interface. |
RealTimeException |
An error occurred while sending the ACK. |
InvalidOperationException |
Thrown when the operation already timed out or ack already sent or when the original offer is null. |
Remarks
The acknowledgement should be sent as soon as possible to avoid the remote from timing out the invitation. This method does not wait for the acknowledgement to be actually sent on the wire. The application should use the invite operation for this purpose.
Thread Safety
All public static (Shared in Visual
Basic) members of this type are thread-safe. Instance members are
not guaranteed to be thread-safe.