Skip to content

9.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 13:43
6cd3b08

9.0.0

Added

  • Read-only GetChannel endpoint: client.chat().getChannel(type, id, request) (and getChannel(type, id)) — fetch a channel by CID without creating it (returns StreamRequest<ChannelStateResponse>; 404 if it does not exist).

Breaking changes

  • The moderation CallResponse model is renamed to ModerationCallResponse (the Video CallResponse is unchanged).
  • Removed non-functional internal ModerationSettings fields no longer part of the API surface.

Install: implementation("io.getstream:stream-sdk-java:9.0.0")