{"id":17995882,"url":"https://github.com/doubangotelecom/webrtc-plugin","last_synced_at":"2025-03-26T03:32:09.570Z","repository":{"id":72368485,"uuid":"84853404","full_name":"DoubangoTelecom/webrtc-plugin","owner":"DoubangoTelecom","description":"WebRTC plugin for IE","archived":false,"fork":false,"pushed_at":"2017-08-22T12:29:17.000Z","size":430,"stargazers_count":12,"open_issues_count":9,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-21T05:11:57.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DoubangoTelecom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-13T17:08:02.000Z","updated_at":"2024-08-06T13:42:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"38f02bb0-c36f-477b-ac69-43f3d837f568","html_url":"https://github.com/DoubangoTelecom/webrtc-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoubangoTelecom%2Fwebrtc-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoubangoTelecom%2Fwebrtc-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoubangoTelecom%2Fwebrtc-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoubangoTelecom%2Fwebrtc-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoubangoTelecom","download_url":"https://codeload.github.com/DoubangoTelecom/webrtc-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245585405,"owners_count":20639668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T21:12:04.726Z","updated_at":"2025-03-26T03:32:09.564Z","avatar_url":"https://github.com/DoubangoTelecom.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"**webrtc-plugin** is an open source project to add support for WebRTC features to Internet Explorer (Windows).\n\n# Downloads\n - \u003ca href=\"https://doubango.org/rtc-plugin/setup.exe\" target=\"_blank\"\u003eWindows\u003c/a\u003e\n\n## Online samples ##\n\n### getUserMedia ###\n - [Basic getUserMedia demo](https://doubango.org/rtc-plugin/samples/src/content/getusermedia/gum/)\n - [getUserMedia with resolution constraints](https://doubango.org/rtc-plugin/samples/src/content/getusermedia/resolution/)\n - [getUserMedia with Desktop sharing](https://doubango.org/rtc-plugin/samples/src/content/getusermedia/desktop/)\n - [getUserMedia with Window sharing](https://doubango.org/rtc-plugin/samples/src/content/getusermedia/window/)\n - [getUserMedia with Microphone level](https://doubango.org/rtc-plugin/samples/src/content/getusermedia/miclevel/)\n\n### Devices ###\n - [getUserMedia with camera, mic and speaker selection](https://doubango.org/rtc-plugin/samples/src/content/devices/input-output/)\n\n### RTCPeerConnection ###\n - [Basic peer connection](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/pc1/)\n - [Multiple peer connections at once](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/multiple/)\n - [Forward output of one peer connection into another](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/multiple-relay/)\n - [Munge SDP parameters](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/munge-sdp/)\n - [Use pranswer when setting up a peer connection](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/pr-answer/)\n - [Display peer connection states](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/states/)\n - [Trickle ICE](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/trickle-ice/)\n - [Dtmf](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/dtmf/)\n - [Bandwidth](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/bandwidth/)\n - [Adjust constraints, view stats](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/constraints/)\n - [Video call + ScreenShare (LifeSize)](https://doubango.org/rtc-plugin/samples/src/content/peerconnection/screen-share/)\n\n### RTCDataChannel ###\n - [Transmit text](https://doubango.org/rtc-plugin/samples/src/content/datachannel/basic/)\n - [Transfer a file](https://doubango.org/rtc-plugin/samples/src/content/datachannel/filetransfer/)\n - [Transfer data](https://doubango.org/rtc-plugin/samples/src/content/datachannel/datatransfer/)\n\n# Using our plugin in your own project\n - Download and install the plugin for \u003ca href=\"https://doubango.org/rtc-plugin/setup.exe\" target=\"_blank\"\u003eWindows\u003c/a\u003e\n - Include \u003ca href=\"https://doubango.org/rtc-plugin/adapter/adapter-latest.js\" target=\"_blank\"\u003eadapter-latest.js\u003c/a\u003e in your code.\n - Change the code you're using to attach a stream to a \u0026lt;audio/\u0026gt; or \u0026lt;video /\u0026gt; HTML5 element: \u003cbr /\u003e\n from:\n ```\n document.getElementById(\"eltId\").src = mediaStream;\n  ```\n \u003cbr /\u003e to:\n  ```\n attachMediaStream(document.getElementById(\"eltId\"), mediaStream);\n  ```\n\n\n# Building source code\n - We require branch 58 (```git checkout branch-heads/58```)\n - You'll need to apply [this patch](/webrtc.patch)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoubangotelecom%2Fwebrtc-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoubangotelecom%2Fwebrtc-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoubangotelecom%2Fwebrtc-plugin/lists"}