You've already forked matrix-js-sdk
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:
@@ -1001,7 +1001,7 @@ export class MatrixCall extends EventEmitter {
|
||||
}
|
||||
|
||||
private updateMuteStatus() {
|
||||
this.sendVoipEvent(EventType.CallSDPStreamMetadataChanged, {
|
||||
this.sendVoipEvent(EventType.CallSDPStreamMetadataChangedPrefix, {
|
||||
[SDPStreamMetadataKey]: this.getLocalSDPStreamMetadata(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user