Liblinphone  5.5.0
Public Member Functions | List of all members
linphone::ComposingParticipant Class Reference

Object that represents a ChatRoom participant that is currently composing. More...

#include <composing_participant.hh>

Inheritance diagram for linphone::ComposingParticipant:

Public Member Functions

LINPHONECXX_PUBLIC ComposingParticipant (void *ptr, bool takeRef=true)
 
LINPHONECXX_PUBLIC _LinphoneComposingParticipant * cPtr ()
 
LINPHONECXX_PUBLIC std::shared_ptr< const linphone::AddressgetAddress () const
 Gets the participant's address. More...
 
LINPHONECXX_PUBLIC std::string getContentType () const
 Gets the content-type of what the participant is being composing. More...
 
LINPHONECXX_PUBLIC std::shared_ptr< linphone::ComposingParticipantclone () const
 Clones a composing participant. More...
 

Detailed Description

Object that represents a ChatRoom participant that is currently composing.

Member Function Documentation

◆ clone()

LINPHONECXX_PUBLIC std::shared_ptr<linphone::ComposingParticipant> linphone::ComposingParticipant::clone ( ) const

Clones a composing participant.

Returns
The newly created ComposingParticipant object.

◆ getAddress()

LINPHONECXX_PUBLIC std::shared_ptr<const linphone::Address> linphone::ComposingParticipant::getAddress ( ) const

Gets the participant's address.

Returns
the Address of the participant.

◆ getContentType()

LINPHONECXX_PUBLIC std::string linphone::ComposingParticipant::getContentType ( ) const

Gets the content-type of what the participant is being composing.

Returns
the content-type set if any, nullptr otherwise.

The documentation for this class was generated from the following file: