Implement voice broadcast last_chunk_sequence
(#9513)
This commit is contained in:
parent
07003a5bc1
commit
c497046e39
3 changed files with 10 additions and 22 deletions
|
@ -56,6 +56,7 @@ export interface VoiceBroadcastInfoEventContent {
|
|||
device_id: string;
|
||||
state: VoiceBroadcastInfoState;
|
||||
chunk_length?: number;
|
||||
last_chunk_sequence?: number;
|
||||
["m.relates_to"]?: {
|
||||
rel_type: RelationType;
|
||||
event_id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue