Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
awrtc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Иван Кубота
  • awrtc
  • Repository

Switch branch/tag
  • awrtc
  • src
  • apps
  • index.ts
Find file
BlameHistoryPermalink
  • Christoph's avatar
    Experimental! Added first video_input prototype and introduced the Media class… · 2fba5d08
    Christoph authored Mar 05, 2020
    Experimental! Added first video_input prototype and introduced the Media class to abstract all further access to Media devices
    * new VideoInput class allows adding canvas elements that are then treated like a video device similar to the DeviceAPI
    * a new canvas can be added as video device via Media.SharedInstance.VideoInput.AddCanvasDevice("canvas", canvas);
    * the new Media class delegates getUserMedia and GetVideoDevices either to DeviceApi or VideoInput depending on the device names used
    * the Unity plugin uses the Media class now instead of the DeviceApi
    * On startup the unity plugin will get the first canvas element in the document and add it to VideoInput for testing via Unity (there is no C# API yet)
    * added tests for the new features + general cleanup to allow the tests to run in firefox with fake media turned on
    2fba5d08
index.ts 1.61 KB
EditWeb IDE
×

Replace index.ts

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.