Releases: airtimemedia/AirtimeMedia-iOS
Releases · airtimemedia/AirtimeMedia-iOS
2.0.3 Release
API Changes:
- Setting the
Engine
'suserAgent
string is now done through asetUserAgent
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 stilljoining
- Added
.doccarchive
to package - Fixed a potential crash when starting a
LocalStream
while theChannel
is stilljoining
1.5.2 Release
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
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