浏览代码

No constraints yet

Michelle Bu 11 年之前
父节点
当前提交
2bf1cb435e
共有 2 个文件被更改,包括 1 次插入11 次删除
  1. 1 11
      docs/api.json
  2. 0 0
      docs/index.html

+ 1 - 11
docs/api.json

@@ -115,7 +115,7 @@
     "name": "peer.call",
     "tags": ["beta (0.3.0)"],
     "type": "method",
-    "snippet": "var <a href='#mediaconnection'>mediaConnection</a> = peer.call(id, stream, [options]);",
+    "snippet": "var <a href='#mediaconnection'>mediaConnection</a> = peer.call(id, stream);",
     "description": "Calls the remote peer specified by <code>id</code> and returns a media connection. Be sure to listen on the <a href='#peeron-error'><code>error</code></a> event in case the connection fails.",
     "children": [
       {
@@ -127,16 +127,6 @@
         "name": "stream",
         "type": "MediaStream",
         "description": "Something else"
-      },
-      {
-        "name": "options",
-        "type": "object",
-        "optional": true,
-        "children": {
-          "name": "constraints",
-          "type": "object",
-          "description": "[TODO: fill this in.]"
-        }
       }
     ]
   },

文件差异内容过多而无法显示
+ 0 - 0
docs/index.html


部分文件因为文件数量过多而无法显示