Merge pull request #35 from trilene/voip
Add VoIP support
No related branches found
No related tags found
Showing
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- include/mtx.hpp 1 addition, 0 deletionsinclude/mtx.hpp
- include/mtx/events.hpp 8 additions, 0 deletionsinclude/mtx/events.hpp
- include/mtx/events/collections.hpp 6 additions, 1 deletioninclude/mtx/events/collections.hpp
- include/mtx/events/voip.hpp 97 additions, 0 deletionsinclude/mtx/events/voip.hpp
- include/mtx/responses.hpp 1 addition, 0 deletionsinclude/mtx/responses.hpp
- include/mtx/responses/turn_server.hpp 31 additions, 0 deletionsinclude/mtx/responses/turn_server.hpp
- include/mtxclient/http/client.hpp 4 additions, 0 deletionsinclude/mtxclient/http/client.hpp
- lib/http/client.cpp 9 additions, 0 deletionslib/http/client.cpp
- lib/structs/events.cpp 16 additions, 0 deletionslib/structs/events.cpp
- lib/structs/events/collections.cpp 16 additions, 0 deletionslib/structs/events/collections.cpp
- lib/structs/events/voip.cpp 105 additions, 0 deletionslib/structs/events/voip.cpp
- lib/structs/responses/common.cpp 77 additions, 0 deletionslib/structs/responses/common.cpp
- lib/structs/responses/turn_server.cpp 16 additions, 0 deletionslib/structs/responses/turn_server.cpp
- tests/messages.cpp 149 additions, 0 deletionstests/messages.cpp
- tests/responses.cpp 22 additions, 0 deletionstests/responses.cpp
Loading
Please register or sign in to comment