Skip to content

Releases: airtimemedia/AirtimeMedia-iOS

2.0.3 Release

20 Oct 22:07
Compare
Choose a tag to compare

API Changes:

  • Setting the Engine's userAgent string is now done through a setUserAgent method

Other New Features/Changes:

  • Added ability to configure a directory that all generated AirtimeMedia logs get delivered to
  • You can now change the SAT while the Channel is still joining
  • Added .doccarchive to package
  • Fixed a potential crash when starting a LocalStream while the Channel is still joining

1.5.2 Release

31 Aug 18:19
Compare
Choose a tag to compare

New features/changes:

  • Added Publishable API Key (PAK) support
  • Publish streams can now include optional metadata
  • Remote streams can now receive metadata if it exists
  • Configure initial mute state for publish streams
  • Output volume of the Channel is now configurable
  • Added extra Channel join state to provide more information on the status of a Channel's connectivity

1.4.6 Release

05 Aug 04:07
Compare
Choose a tag to compare

First release capabilities:

  • Simple and clean interface for interacting with streams
  • Ability to provide a session auth token for authentication and access
  • Channel objects for establishing a shared real-time audio experience for a group of users
  • Receive remote streams as RemoteStream objects
  • Publish a local stream using a LocalStream object
  • Notifications for stream and channel state changes (mute states, connection states, voice activity)
  • Ability to mute remote and local streams