| .. |
|
params
|
Move the new sal code in the src folder, respect the file naming conventions and add missing license headers.
|
2017-10-05 10:52:09 +02:00 |
|
session
|
Move the new sal code in the src folder, respect the file naming conventions and add missing license headers.
|
2017-10-05 10:52:09 +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
|
Handle NOTIFY creation for conference subject change.
|
2017-10-04 17:47:29 +02:00 |
|
local-conference-event-handler.h
|
Handle NOTIFY creation for conference subject change.
|
2017-10-04 17:47:29 +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 |