IOfferAnswer.GetOffer Method
Returns a complete list of remote participant endpoints on the focus.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Function GetOffer ( _
sender As Object _
) As ContentDescription Implements IOfferAnswer.GetOffer
'Usage
Dim instance As ConferenceSession
Dim sender As Object
Dim returnValue As ContentDescription
returnValue = CType(instance, IOfferAnswer).GetOffer(sender)
ContentDescription IOfferAnswer.GetOffer(
Object sender
)
Parameters
- sender
Type: System..::..Object
Return Value
Type: Microsoft.Rtc.Signaling..::..ContentDescription
Implements
IOfferAnswer..::..GetOffer(Object)