Use useTypedEventEmitterState for broadcasts (#9947)

This commit is contained in:
Michael Weimann 2023-01-20 13:33:00 +01:00 committed by GitHub
parent 9dbc5f3773
commit 234061c847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 67 additions and 49 deletions

View file

@ -57,7 +57,7 @@ export enum VoiceBroadcastPlaybackEvent {
InfoStateChanged = "info_state_changed",
}
type VoiceBroadcastPlaybackTimes = {
export type VoiceBroadcastPlaybackTimes = {
duration: number;
position: number;
timeLeft: number;