Liblinphone
5.5.0
|
Object that represents a ChatRoom participant that is currently composing. More...
#include <composing_participant.hh>
Public Member Functions | |
LINPHONECXX_PUBLIC | ComposingParticipant (void *ptr, bool takeRef=true) |
LINPHONECXX_PUBLIC _LinphoneComposingParticipant * | cPtr () |
LINPHONECXX_PUBLIC std::shared_ptr< const linphone::Address > | getAddress () 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::ComposingParticipant > | clone () const |
Clones a composing participant. More... | |
Object that represents a ChatRoom participant that is currently composing.
LINPHONECXX_PUBLIC std::shared_ptr<linphone::ComposingParticipant> linphone::ComposingParticipant::clone | ( | ) | const |
Clones a composing participant.
LINPHONECXX_PUBLIC std::shared_ptr<const linphone::Address> linphone::ComposingParticipant::getAddress | ( | ) | const |
Gets the participant's address.
LINPHONECXX_PUBLIC std::string linphone::ComposingParticipant::getContentType | ( | ) | const |
Gets the content-type of what the participant is being composing.