Class UserArgs
Inheritance
System.Object
System.EventArgs
UserArgs
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class UserArgs : EventArgs
Properties
ConnectionID
The ID of the connection to the signaling server
Declaration
public string ConnectionID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeetingID
The ID of the meeting
Declaration
public string MeetingID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Participants
The list of participants of the meeting
Declaration
public List<MeetingParticipants> Participants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MeetingParticipants> |
Session
The Session that can be used to view the user (ViewSession)
Declaration
public string Session { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sharing
Specified whether this is a sharing session
Declaration
public bool Sharing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserName
The User Name of the user
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |