Skip to content

v0.29.0

Choose a tag to compare

@aconchillo aconchillo released this 04 Jun 02:08
· 2 commits to main since this release

Added

  • Added support for screenAudio input. It is now possible to send a custom screen-share audio track (alongside or independently of screenVideo) with:
{
  "inputs": {
      "screenAudio": {
          "isEnabled": True,
          "settings": {
             "customTrack": {
                 "id": "CUSTOM_TRACK_ID"
             }
          }
      }
  }
}