Class ComposingParticipant
Object that represents a Linphone.ChatRoom participant that is currently composing.
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: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class ComposingParticipant : LinphoneObject
Properties
Address
Gets the participant's address.
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address | the Linphone.Address of the participant. |
ContentType
Gets the content-type of what the participant is being composing.
Declaration
public string ContentType { get; }
Property Value
Type | Description |
---|---|
System.String | the content-type set if any, null otherwise. |
Methods
Clone()
Clones a composing participant.
Declaration
public ComposingParticipant Clone()
Returns
Type | Description |
---|---|
ComposingParticipant | The newly created Linphone.ComposingParticipant object. |