9.0.0
9.0.0
Added
- Read-only GetChannel endpoint:
client.chat().getChannel(type, id, request)(andgetChannel(type, id)) — fetch a channel by CID without creating it (returnsStreamRequest<ChannelStateResponse>;404if it does not exist).
Breaking changes
- The moderation
CallResponsemodel is renamed toModerationCallResponse(the VideoCallResponseis unchanged). - Removed non-functional internal
ModerationSettingsfields no longer part of the API surface.
Install: implementation("io.getstream:stream-sdk-java:9.0.0")