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

@@ -118,7 +118,7 @@ impl Peer for Server {
id.is_client_initiated()
}
fn can_create_local_stream() -> bool {
fn local_can_open() -> bool {
false
}