Show / Hide Table of Contents

Class User

The properties of a User

Inheritance
System.Object
User
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class User

Properties

MeetingID

The ID of the meeting see JoineMeeting

Declaration
public string MeetingID { get; set; }
Property Value
Type Description
System.String

Participants

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 ( See ViewSession) The Session that can be used to view the user

Declaration
public string Session { get; set; }
Property Value
Type Description
System.String

Sharing

Specifies if this is a sharing session

Declaration
public bool Sharing { get; set; }
Property Value
Type Description
System.Boolean

UserName

The User name of the user in the meeting

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX