Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deploy] Deploy v1.0.4 #32

Merged
merged 13 commits into from
Nov 23, 2024
Merged

[Deploy] Deploy v1.0.4 #32

merged 13 commits into from
Nov 23, 2024

Conversation

gunyu1019
Copy link
Owner

@gunyu1019 gunyu1019 commented Nov 23, 2024

Change Log

  • Add on_broadcast_open / on_broadcast_close event handler
  • Add close method at gateway.py
  • [Fix] Add chat reconnection condition.
    (When a streammer created a new broadcast, the chat_channel_id will regenerated.)
  • When a client used ChatClient, live_status, live_detail method didn't need channel_id argument. (Enhance Developer Experience)

Issue Number

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)

@gunyu1019 gunyu1019 added bug Something isn't working enhancement New feature or request labels Nov 23, 2024
@gunyu1019 gunyu1019 self-assigned this Nov 23, 2024
@gunyu1019 gunyu1019 merged commit f98f54e into main Nov 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 스트리밍 시작 후 이전에 실행시킨 ChatClient로부터 이벤트가 수신되지 않음
1 participant