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

Implement signaling #16

Merged
merged 108 commits into from
May 7, 2019
Merged

Implement signaling #16

merged 108 commits into from
May 7, 2019

Conversation

Kirguir
Copy link
Contributor

@Kirguir Kirguir commented Mar 4, 2019

Impl Peer, PeerRepository
Create Peer on Member connect
Send PeerCreated to first Member on both Members connected.
Handle MakeSdpOffer, send PeerCreated to second Member.
Handle MakeSdpAnswer, send SdpAnswerMade.

Kirguir and others added 30 commits January 15, 2019 15:30
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/log/mod.rs
#	src/main.rs
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/main.rs
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/main.rs
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/api/control/member.rs
#	src/main.rs
- impl constructor for WsSessionRepository
- rename methods of WsSessionRepository
- remove errors
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/api/mod.rs
#	src/main.rs
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/api/control/member.rs
#	src/api/mod.rs
#	src/main.rs
@alexlapa alexlapa requested a review from tyranron May 3, 2019 13:54
Copy link
Member

@tyranron tyranron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't dig into details too much, but from high perspective looks OK. I like the code of peer states machine (though names still can be bikesheded). There are also some missing docs here and there. However, this is minor and, I believe, is better if polished before release when all things are more stable.

@Kirguir Kirguir merged commit bc48960 into master May 7, 2019
@Kirguir Kirguir deleted the add_peer branch May 7, 2019 09:59
@tyranron tyranron changed the title WIP: Implement signaling Implement signaling Jul 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request k::api Related to API (application interface) k::design Related to overall design and/or architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants