Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Implement multiple Rooms support (#27) #147

Merged
merged 59 commits into from
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
c78a1ee
implementing
alexlapa Sep 24, 2020
187ca7f
remove some debug
alexlapa Sep 25, 2020
c706ea0
merge, fixing tests
alexlapa Sep 28, 2020
64c1e32
Merge branch 'master' into multiple-rooms
alexlapa Sep 28, 2020
d1084b0
implementing
alexlapa Sep 30, 2020
06cce98
Refactor, impl, fix bug
evdokimovs Oct 2, 2020
dae4bbe
Merge branch 'master' into multiple-rooms
evdokimovs Oct 2, 2020
dcf549d
Fixes
evdokimovs Oct 5, 2020
eaed8f4
Fix tests, add test
evdokimovs Oct 6, 2020
d394a3b
Refactor proto
evdokimovs Oct 6, 2020
d18ef0c
Add docs, fix some tests, refactor
evdokimovs Oct 7, 2020
f021787
Refactor and fix medea unit tests
evdokimovs Oct 7, 2020
40bae01
Refactor, improve docs
evdokimovs Oct 7, 2020
9e8a778
Fix lints, refactor, docs
evdokimovs Oct 7, 2020
21f4742
Refactor
evdokimovs Oct 8, 2020
7f74706
Move newtypes into medea-client-api-proto [run ci]
evdokimovs Oct 8, 2020
72067b8
Use derive macros instead of custom implementations [run ci]
evdokimovs Oct 7, 2020
28b00e3
Fix clippy and some tests [run ci]
evdokimovs Oct 8, 2020
a6f7de5
Upd CHANGELOG
evdokimovs Oct 8, 2020
1ca02a1
Fix derive ordering
evdokimovs Oct 8, 2020
7893f15
Merge branch 'move-ids-to-client-proto' into multiple-rooms
evdokimovs Oct 8, 2020
6bf0c5f
Merge branch 'use-serde-macros-in-client-api-proto' into multiple-rooms
evdokimovs Oct 8, 2020
59f20f4
Extend docs
evdokimovs Oct 8, 2020
f33a932
RpcSettings impl [run ci]
evdokimovs Oct 9, 2020
ee76f21
WIP
evdokimovs Oct 12, 2020
640fea6
Merge branch 'master' into multiple-rooms
evdokimovs Oct 13, 2020
7d00654
Reread [run ci]
evdokimovs Oct 13, 2020
ed2127d
Upd CHANGELOGs
evdokimovs Oct 13, 2020
d262707
Merge branch 'master' into multiple-rooms
alexlapa Oct 15, 2020
bc0fb5a
Merge branch 'master' into multiple-rooms
alexlapa Oct 16, 2020
6390cb4
add todos
alexlapa Oct 16, 2020
34f0d0d
Revert credentials renaming
evdokimovs Oct 16, 2020
336664b
Provide RoomHandle to the dispose_room
evdokimovs Oct 16, 2020
548d671
Add test for WsSession
evdokimovs Oct 16, 2020
50f65ab
Refactor [run ci]
evdokimovs Oct 16, 2020
b8fd861
Merge branch 'master' into multiple-rooms [run ci]
evdokimovs Oct 19, 2020
1a5686b
Refactor [run ci]
evdokimovs Oct 19, 2020
3159237
Rename is_handle_parent to inner_ptr_eq
evdokimovs Oct 19, 2020
7ec1785
review [run ci]
alexlapa Oct 21, 2020
78f28ad
Use States for the Jason Session
evdokimovs Oct 22, 2020
7e70e90
Refactor
evdokimovs Oct 22, 2020
820d1b6
Refactor
evdokimovs Oct 22, 2020
7479bbb
Refactor
evdokimovs Oct 22, 2020
33f565e
Improve error handling
evdokimovs Oct 22, 2020
340e842
Fix bugs
evdokimovs Oct 23, 2020
1d8d4ac
Cocurrent connect fix
evdokimovs Oct 23, 2020
6bf93e6
Simplify SessionState
evdokimovs Oct 23, 2020
7fd4f87
Refactor
evdokimovs Oct 23, 2020
93a3a8f
Add docs, refactor [run ci]
evdokimovs Oct 23, 2020
2846b30
Reread [run ci]
evdokimovs Oct 23, 2020
d133392
Merge branch 'master' into multiple-rooms
evdokimovs Oct 23, 2020
7c97d24
Fix state transition scheme [run ci]
evdokimovs Oct 23, 2020
5d6e5c3
Minor doc/style fix
evdokimovs Oct 26, 2020
b0b62fd
Merge branch 'master' into multiple-rooms
alexlapa Oct 29, 2020
1dff0ff
refactor [run ci]
alexlapa Nov 2, 2020
622ca8b
Some corrections [skip ci]
tyranron Nov 5, 2020
128fc7b
Redesign authorization in protocol [run ci]
evdokimovs Nov 5, 2020
d0d96ce
Some corrections
tyranron Nov 6, 2020
59d6511
Revert e2e-demo changes
evdokimovs Nov 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ All user visible changes to this project will be documented in this file. This p
- `PeerConnection` renegotiation functionality ([#105]);
- Calculate and send call quality score based on RTC stats ([#132]);
- Muting/unmuting `MediaTrack`s by receiver ([#127]);
- Send `TrackUpdate::IceRestart` based on RTC stats analysis ([#138]).
- Send `TrackUpdate::IceRestart` based on RTC stats analysis ([#138]);
- Multiple `Room`s served by one RPC connection support ([#147]).
- [Coturn] integration:
- [Coturn] sessions destroying ([#84]);
- [Coturn] stats processing ([#94]).
Expand Down Expand Up @@ -81,6 +82,7 @@ All user visible changes to this project will be documented in this file. This p
[#132]: /../../pull/132
[#135]: /../../pull/135
[#138]: /../../pull/138
[#147]: /../../pull/147
[#153]: /../../pull/153


Expand Down
Loading