Skip to content

Add support for sending & receiving custom events between call participants#1

Merged
dangusev merged 3 commits into
mainfrom
feature/getstream-custom-events-support
Apr 22, 2026
Merged

Add support for sending & receiving custom events between call participants#1
dangusev merged 3 commits into
mainfrom
feature/getstream-custom-events-support

Conversation

@dangusev
Copy link
Copy Markdown
Collaborator

  • Added GetstreamTransport.send_custom_event to send Custom events. These events are broadcasted to all participants on the call.
  • GetstreamTransport also can subscribe to Custom events by doing @transport.event_handler("on_stream_custom_event")
  • Updated example.py to include the custom event callback too

@dangusev dangusev merged commit 76ae87e into main Apr 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant