Gets the endpoint on which this session was established.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Endpoint As GroupChatEndpoint Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomSession Dim value As GroupChatEndpoint value = instance. Endpoint |
C# |
---|
public GroupChatEndpoint Endpoint { get; private set; } |
Property Value
Type: Microsoft.Rtc.Collaboration.GroupChat . . :: . . GroupChatEndpointThe endpoint for this session.