OfferInInviteResponseEventArgs.Session Property
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.
Gets the signaling session associated with this event argument.
public: property Microsoft::Rtc::Signaling::SignalingSession ^ Session { public:
Microsoft::Rtc::Signaling::SignalingSession ^ get(); protected:
void set(Microsoft::Rtc::Signaling::SignalingSession ^ value); };
public Microsoft.Rtc.Signaling.SignalingSession Session { get; protected set; }
member this.Session : Microsoft.Rtc.Signaling.SignalingSession with get, set
Public Property Session As SignalingSession
Property Value
The signaling session.