Hide voice broadcast chunks (#9397)
This commit is contained in:
parent
96213d644b
commit
b871456681
3 changed files with 59 additions and 8 deletions
|
@ -32,6 +32,7 @@ export * from "./utils/shouldDisplayAsVoiceBroadcastTile";
|
|||
export * from "./utils/startNewVoiceBroadcastRecording";
|
||||
|
||||
export const VoiceBroadcastInfoEventType = "io.element.voice_broadcast_info";
|
||||
export const VoiceBroadcastChunkEventType = "io.element.voice_broadcast_chunk";
|
||||
|
||||
export enum VoiceBroadcastInfoState {
|
||||
Started = "started",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue