1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Allow recieving unprefixed version of m.call.sdp_stream_metadata_changed

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-29 13:00:48 +02:00
parent db5de4c6e4
commit e6696f78f4
3 changed files with 7 additions and 3 deletions

View File

@@ -1001,7 +1001,7 @@ export class MatrixCall extends EventEmitter {
}
private updateMuteStatus() {
this.sendVoipEvent(EventType.CallSDPStreamMetadataChanged, {
this.sendVoipEvent(EventType.CallSDPStreamMetadataChangedPrefix, {
[SDPStreamMetadataKey]: this.getLocalSDPStreamMetadata(),
});