ParticipantImdnState
public class ParticipantImdnState : LinphoneObject
The LinphoneParticipantImdnState object represents the state of chat message for a participant of a conference chat room.
-
Get the participant concerned by a LinphoneParticipantImdnState.
Declaration
Swift
public var participant: Participant? { get }
Return Value
The participant concerned by the LinphoneParticipantImdnState
-
Get the chat message state the participant is in.
Declaration
Swift
public var state: ChatMessage.State { get }
Return Value
The chat message state the participant is in
-
Get the timestamp at which a participant has reached the state described by a LinphoneParticipantImdnState.
Declaration
Swift
public var stateChangeTime: Int { get }
Return Value
The timestamp at which the participant has reached the state described in the LinphoneParticipantImdnState