wip: stream open

This commit is contained in:
Oliver Gould
2017-07-21 16:35:00 +00:00
parent 8453435422
commit d7042097c4
11 changed files with 179 additions and 90 deletions

View File

@@ -60,7 +60,7 @@ impl Peer for Client {
id.is_server_initiated()
}
fn can_create_local_stream() -> bool {
fn local_can_open() -> bool {
true
}