- Initial implementation.
- Add support for experimental messages.
- Add mute/unmute support.
- Break apart state into separate notifiers.
- Update example app to take advantage of both (plus sendText).
- Changed implementation of mute/unmute. It's now
micMuted
andspeakerMuted
- Added functions for toggling mute of mic (
toggleMicMuted()
) and speaker (toggleSpeakerMuted()
)
- Add client-implemented tools
- Add ability to set the output medium.
- Start informing the server of the client version and API version.
- Use simplifed
transcript
messages. - Expose
sendData
anddataMessageNotifier
for bleeding edge use cases. - Update dependencies.
- Send large data messages over our websocket instead of the WebRTC data channel to avoid dropped UDP packets.