ConferenceSession.IOfferAnswer.GetOffer(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The method that is called when media description offer is required for an outgoing INVITE request or an outgoing 200 OK response to an INVITE request with null offer.
virtual Microsoft::Rtc::Signaling::ContentDescription ^ Microsoft.Rtc.Signaling.IOfferAnswer.GetOffer(System::Object ^ sender) = Microsoft::Rtc::Signaling::IOfferAnswer::GetOffer;
Microsoft.Rtc.Signaling.ContentDescription IOfferAnswer.GetOffer (object sender);
Function GetOffer (sender As Object) As ContentDescription Implements IOfferAnswer.GetOffer
Parameters
- sender
- Object
The object instance that is making this call.
Returns
The media description offer. This can return null to indicate that null offer is made.