linphone-ios/src/conference
2017-10-04 14:59:45 +02:00
..
params Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
session CallSession objects need to be handle by shared_ptr. 2017-10-04 14:59:45 +02:00
conference-interface.h Do not return a Participant in the addParticipant() method of the conference interface because the addition can be done asynchronously. 2017-10-04 14:18:53 +02:00
conference-listener.h Add callback on chat room subject change. 2017-10-03 09:24:29 +02:00
conference.cpp CallSession objects need to be handle by shared_ptr. 2017-10-04 14:59:45 +02:00
conference.h CallSession objects need to be handle by shared_ptr. 2017-10-04 14:59:45 +02:00
local-conference-event-handler.cpp add subject handling to xml conference description 2017-10-03 10:48:18 +02:00
local-conference-event-handler.h add operator!= to Address && refactor local-conference-event-handler 2017-09-29 15:23:42 +02:00
local-conference.cpp Do not return a Participant in the addParticipant() method of the conference interface because the addition can be done asynchronously. 2017-10-04 14:18:53 +02:00
local-conference.h Do not return a Participant in the addParticipant() method of the conference interface because the addition can be done asynchronously. 2017-10-04 14:18:53 +02:00
participant-p.h CallSession objects need to be handle by shared_ptr. 2017-10-04 14:59:45 +02:00
participant.cpp feat(Object): avoid usage of share_from_this 2017-10-03 13:36:48 +02:00
participant.h Create a call session automatically when needed in the client group chat room. 2017-10-04 14:24:55 +02:00
remote-conference-event-handler.cpp add subject handling to xml conference description 2017-10-03 10:48:18 +02:00
remote-conference-event-handler.h Subscribe to the conference event package when a client group chat room enters the created state. 2017-09-28 14:37:33 +02:00
remote-conference.cpp Do not return a Participant in the addParticipant() method of the conference interface because the addition can be done asynchronously. 2017-10-04 14:18:53 +02:00
remote-conference.h Do not return a Participant in the addParticipant() method of the conference interface because the addition can be done asynchronously. 2017-10-04 14:18:53 +02:00