-
- Downloads
call: Add various state related features
This will help LibRingClient move to become centered around communications rather than calls * New "NEW" call state (calls with no ContactMethods) * New "ABORTED" call state (cancelled before being sent to the daemon) * New "CREATION" LifeCycle state * Fix state change signals propagation to CallModel * Fix Invalid logic in UserActionModel * Fix nullptr dereference when checking hasVideo() early Refs #67238 #69340 #69792
Showing
- config.ini 1 addition, 1 deletionconfig.ini
- src/call.cpp 107 additions, 40 deletionssrc/call.cpp
- src/call.h 24 additions, 18 deletionssrc/call.h
- src/callmodel.cpp 17 additions, 26 deletionssrc/callmodel.cpp
- src/numbercompletionmodel.cpp 1 addition, 1 deletionsrc/numbercompletionmodel.cpp
- src/private/call_p.h 1 addition, 0 deletionssrc/private/call_p.h
- src/private/videorenderermanager.cpp 1 addition, 1 deletionsrc/private/videorenderermanager.cpp
- src/useractionmodel.cpp 15 additions, 14 deletionssrc/useractionmodel.cpp
This diff is collapsed.
Please register or sign in to comment