Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 09:57
cc45f12

Changelog

API changes

  • Switch to WebRTC branch M92/4515 (bb3bbfe)

Enhancement

  • Audio/video device (Windows) handling consistent with the internal API (702e58c)
  • Add usage of audio layers and with it the possibility to use dummy audio for testing purposes (daec7d8) Thanks to Rafael Berne (@rmberne)
  • Add VideoCapture class to capture frames without a running track (eec4cfd)
  • MediaDevice change listener implementation (1029fe4)
  • Build with H264 codec (f09aba0)

Fixed bugs

  • Fixed AudioModule NPE in PeerConnectionFactory (c9fc55e)
  • Fixed NativeI420Buffer allocate (9bf8169)
  • Fixed desktop capture (0314dec)
  • Fixed demo audio/video config settings (86bd776)
  • Fixed possible arithmetic overflow (b6d4aec)

Project

  • Removed Azure Pipelines CI/CD configurations (824aaf1)

Refactoring

  • Removed usage of webrtc::VideoType::kNV12 (32a8ff9)