Add onssrcchange/oncsrcchange events to RTCRtpReceiver #363
Workflow file for this run
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Validate and Auto Publish | |
| on: | |
| push: | |
| paths: | |
| - index.html | |
| branches: | |
| - main | |
| pull_request: {} | |
| jobs: | |
| validate-and-publish: | |
| name: Validate and Publish | |
| runs-on: ubuntu-latest # only linux supported at present | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: w3c/spec-prod@v2 # use the action | |
| with: | |
| TOOLCHAIN: respec | |
| W3C_NOTIFICATIONS_CC: "[email protected]" | |
| VALIDATE_LINKS: false |