Skip to content

v2.12.0

Compare
Choose a tag to compare
@davidliu davidliu released this 13 Jan 10:07
· 7 commits to main since this release
86d1432

Minor Changes

  • Explicitly expose AudioSwitchHandler from Room for easier audio handling - #579 (@davidliu)

  • Default prioritizing speaker over earpiece - #579 (@davidliu)

    • For those who want the previous behavior of earpiece being prioritized over the speakerphone, the preference order can be changed through room.audioSwitchHandler?.preferredDeviceList.
  • Implement RPC - #578 (@davidliu)

Patch Changes

  • Add publishDTMF method for Sending DTMF signals to SIP Participant - #576 (@dipak140)