pipecat_flutter_android 2.4.0
pipecat_flutter_android: ^2.4.0 copied to clipboard
Android implementation of the pipecat_flutter plugin
2.4.0 #
- fix: Replace broken
updateRemoteParticipantsbot audio muting with correctupdateSubscriptionsForParticipants(local subscription control). - fix: Store bot participant ID on
onBotConnectedinstead of fragile runtime lookup. - fix: Set
isBotAudioMutedonly after async subscription call succeeds. - feat: Register
CallClientListenerfor reactiveonInputsUpdatedandonSubscriptionsUpdatedtrack events. - fix: Return
BOT_NOT_CONNECTEDerror ifmuteBotAudiocalled before bot joins.
2.3.0 #
- feat: Add transport diagnostics.
- feat: Add sub-phases connection statuses.
2.2.0 #
- chore: Bump package version to
2.2.0.
2.1.0 #
- feat: Implement
client-message
2.0.5 #
- Fix: Delay call of release() on failed connection
2.0.4 #
- Fix: SIGSEGV
2.0.3 #
- Fix: type mismatch for LLMFunctionCallData.args after pipecat client SDK update (Value? → JsonElement)
2.0.2 #
- feat: send LLM tool call result
- fix: missing argument for parameter
2.0.1 #
- Fix: failed to build in Android
2.0.0 #
- Refactor: single canonical stream
0.2.0+3 #
- Update
pipecat_flutter_platform_interfacedependency constraint to^0.2.0.
0.2.0+2 #
- Integrate
sendText
0.1.0+1 #
- Integrates
ai.pipecat:daily-transport:1.1.0