Skip to content
Snippets Groups Projects
Unverified Commit e08db261 authored by Leon's avatar Leon Committed by GitHub
Browse files

Update README.md

parent 6ea63f68
No related branches found
No related tags found
No related merge requests found
...@@ -234,6 +234,7 @@ export default Party; ...@@ -234,6 +234,7 @@ export default Party;
- `object options` - `object options`
- `string url` - url for your socket.io signaling server. - `string url` - url for your socket.io signaling server.
- `bool debug` - *optional* logs all webrtc events - `bool debug` - *optional* logs all webrtc events
- `string nick` - *optional* sets your nickname. Peers' nicknames can be accessed with `peer.nick`
- `[string|DomElement|Ref] localVideoEl` - Can be a ref, DOM element, or ID of the local video - `[string|DomElement|Ref] localVideoEl` - Can be a ref, DOM element, or ID of the local video
- `bool autoRequestMedia` - *optional(=true)* automatically request - `bool autoRequestMedia` - *optional(=true)* automatically request
user media. Use `true` to request automatically, or `false` to request media user media. Use `true` to request automatically, or `false` to request media
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment