Use useTypedEventEmitterState for broadcasts (#9947)
This commit is contained in:
parent
9dbc5f3773
commit
234061c847
7 changed files with 67 additions and 49 deletions
|
@ -57,7 +57,7 @@ export enum VoiceBroadcastPlaybackEvent {
|
|||
InfoStateChanged = "info_state_changed",
|
||||
}
|
||||
|
||||
type VoiceBroadcastPlaybackTimes = {
|
||||
export type VoiceBroadcastPlaybackTimes = {
|
||||
duration: number;
|
||||
position: number;
|
||||
timeLeft: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue