소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.