Class RosterParticipant
Inheritance
System.Object
RosterParticipant
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class RosterParticipant
Constructors
RosterParticipant()
Declaration
public RosterParticipant()
Properties
ContentSharingRole
Declaration
public ContentSharingRole ContentSharingRole { get; set; }
Property Value
Type | Description |
---|---|
ContentSharingRole |
Identity
Declaration
public string Identity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LegId
Declaration
public string LegId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaStreamDirection
Declaration
public string MediaStreamDirection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaStreamId
Declaration
public string MediaStreamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaType
Declaration
public ModalityType MediaType { get; set; }
Property Value
Type | Description |
---|---|
ModalityType |
Methods
Validate()
Declaration
public void Validate()
Validate(IEnumerable<RosterParticipant>)
Declaration
public static void Validate(IEnumerable<RosterParticipant> rosterParticipants)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RosterParticipant> | rosterParticipants |