addListener(const std::shared_ptr< ChatRoomListener > &listener) | linphone::ChatRoom | |
addParticipant(const std::shared_ptr< linphone::Address > &addr) | linphone::ChatRoom | |
addParticipants(const std::list< std::shared_ptr< linphone::Address >> &addresses) | linphone::ChatRoom | |
allowCpim() | linphone::ChatRoom | |
allowMultipart() | linphone::ChatRoom | |
Backend enum name | linphone::ChatRoom | |
canHandleParticipants() const | linphone::ChatRoom | |
Capabilities enum name | linphone::ChatRoom | |
ChatRoom(void *ptr, bool takeRef=true) (defined in linphone::ChatRoom) | linphone::ChatRoom | |
compose() | linphone::ChatRoom | |
cPtr() (defined in linphone::ChatRoom) | linphone::ChatRoom | inline |
createEmptyMessage() | linphone::ChatRoom | |
createFileTransferMessage(const std::shared_ptr< linphone::Content > &initialContent) | linphone::ChatRoom | |
createForwardMessage(const std::shared_ptr< linphone::ChatMessage > &message) | linphone::ChatRoom | |
createMessage(const std::string &message) | linphone::ChatRoom | |
createMessageFromUtf8(const std::string &message) | linphone::ChatRoom | |
createReplyMessage(const std::shared_ptr< linphone::ChatMessage > &message) | linphone::ChatRoom | |
createVoiceRecordingMessage(const std::shared_ptr< linphone::Recorder > &recorder) | linphone::ChatRoom | |
deleteHistory() | linphone::ChatRoom | |
deleteMessage(const std::shared_ptr< linphone::ChatMessage > &message) | linphone::ChatRoom | |
enableEphemeral(bool enable) | linphone::ChatRoom | |
EncryptionBackend enum name | linphone::ChatRoom | |
ephemeralEnabled() const | linphone::ChatRoom | |
EphemeralMode enum name | linphone::ChatRoom | |
ephemeralSupportedByAllParticipants() const | linphone::ChatRoom | |
findEventLog(const std::string &messageId) | linphone::ChatRoom | |
findMessage(const std::string &messageId) | linphone::ChatRoom | |
findParticipant(const std::shared_ptr< linphone::Address > &address) const | linphone::ChatRoom | |
getAccount() | linphone::ChatRoom | |
getCall() const | linphone::ChatRoom | |
getCapabilities() const | linphone::ChatRoom | |
getChar() | linphone::ChatRoom | |
getComposingAddresses() | linphone::ChatRoom | |
getConferenceAddress() const | linphone::ChatRoom | |
getConferenceInfo() | linphone::ChatRoom | |
getCore() const | linphone::ChatRoom | |
getCreationTime() const | linphone::ChatRoom | |
getCurrentParams() const | linphone::ChatRoom | |
getDocumentContents() | linphone::ChatRoom | |
getEphemeralLifetime() const | linphone::ChatRoom | |
getEphemeralMode() const | linphone::ChatRoom | |
getHistory(int nbMessage, unsigned int filters) | linphone::ChatRoom | |
getHistory(int nbMessage) | linphone::ChatRoom | |
getHistoryEvents(int nbEvents) | linphone::ChatRoom | |
getHistoryEventsSize() | linphone::ChatRoom | |
getHistoryMessageEvents(int nbEvents) | linphone::ChatRoom | |
getHistoryRange(int begin, int end, unsigned int filters) | linphone::ChatRoom | |
getHistoryRange(int begin, int end) | linphone::ChatRoom | |
getHistoryRangeBetween(const std::shared_ptr< linphone::EventLog > &firstEvent, const std::shared_ptr< linphone::EventLog > &lastEvent, unsigned int filters) | linphone::ChatRoom | |
getHistoryRangeEvents(int begin, int end) | linphone::ChatRoom | |
getHistoryRangeMessageEvents(int begin, int end) | linphone::ChatRoom | |
getHistoryRangeNear(unsigned int before, unsigned int after, const std::shared_ptr< linphone::EventLog > &event, unsigned int filters) | linphone::ChatRoom | |
getHistorySize() | linphone::ChatRoom | |
getHistorySize(unsigned int filters) | linphone::ChatRoom | |
getIdentifier() const | linphone::ChatRoom | |
getLastMessageInHistory() | linphone::ChatRoom | |
getLastUpdateTime() const | linphone::ChatRoom | |
getLocalAddress() | linphone::ChatRoom | |
getMe() const | linphone::ChatRoom | |
getMediaContents() | linphone::ChatRoom | |
getMuted() const | linphone::ChatRoom | |
getNbParticipants() const | linphone::ChatRoom | |
getParams() const | linphone::ChatRoom | |
getParticipants() const | linphone::ChatRoom | |
getPeerAddress() | linphone::ChatRoom | |
getSecurityLevel() | linphone::ChatRoom | |
getState() const | linphone::ChatRoom | |
getSubject() const | linphone::ChatRoom | |
getSubjectUtf8() const | linphone::ChatRoom | |
getUnreadHistory() | linphone::ChatRoom | |
getUnreadMessagesCount() | linphone::ChatRoom | |
hasBeenLeft() const | linphone::ChatRoom | |
hasCapability(int mask) const | linphone::ChatRoom | |
HistoryFilter enum name | linphone::ChatRoom | |
isEmpty() | linphone::ChatRoom | |
isReadOnly() const | linphone::ChatRoom | |
isRemoteComposing() const | linphone::ChatRoom | |
leave() | linphone::ChatRoom | |
markAsRead() | linphone::ChatRoom | |
notifyParticipantDeviceRegistration(const std::shared_ptr< const linphone::Address > &participantDevice) | linphone::ChatRoom | |
receiveChatMessage(const std::shared_ptr< linphone::ChatMessage > &message) | linphone::ChatRoom | |
removeListener(const std::shared_ptr< ChatRoomListener > &listener) | linphone::ChatRoom | |
removeParticipant(const std::shared_ptr< linphone::Participant > &participant) | linphone::ChatRoom | |
removeParticipants(const std::list< std::shared_ptr< linphone::Participant >> &participants) | linphone::ChatRoom | |
searchChatMessageByText(const std::string &text, const std::shared_ptr< const linphone::EventLog > &from, linphone::SearchDirection direction) | linphone::ChatRoom | |
SecurityLevel enum name | linphone::ChatRoom | |
setConferenceAddress(const std::shared_ptr< linphone::Address > &conferenceAddress) | linphone::ChatRoom | |
setEphemeralLifetime(long time) | linphone::ChatRoom | |
setEphemeralMode(EphemeralMode mode) | linphone::ChatRoom | |
setMuted(bool muted) | linphone::ChatRoom | |
setParticipantAdminStatus(const std::shared_ptr< linphone::Participant > &participant, bool isAdmin) | linphone::ChatRoom | |
setParticipantDevices(const std::shared_ptr< linphone::Address > &participantAddress, const std::list< std::shared_ptr< linphone::ParticipantDeviceIdentity >> &deviceIdentities) | linphone::ChatRoom | |
setSubject(const std::string &subject) | linphone::ChatRoom | |
setSubjectUtf8(const std::string &subject) | linphone::ChatRoom | |
State enum name | linphone::ChatRoom | |
stateToString(State state) | linphone::ChatRoom | static |