Modifier and Type | Method and Description |
---|---|
PeerStream |
Conference.getLocalStream()
Return the local peer stream.
|
PeerStream |
Conference.getPeerStream(String peerId)
Return a peer stream from peer ID.
|
Modifier and Type | Method and Description |
---|---|
void |
Conference.Listener.onNewPeer(PeerStream peerStream)
Callback called when a ne peer is available
|
void |
Conference.Listener.onRemovedPeer(PeerStream peerStream)
Callback called when a peer has left the room
|
Copyright © 2015. All rights reserved.