|
Liblinphone 5.5.0
|
#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 |
| LINPHONECXX_PUBLIC std::string | getContentType () const |
| LINPHONECXX_PUBLIC std::shared_ptr< linphone::ComposingParticipant > | clone () const |
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.