Skip to content

Commit 3cbd2f2

Browse files
committed
fix(webrtc): update sdpStreamMetadataKey to 'sdp_stream_metadata'
1 parent 9bc47c5 commit 3cbd2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/voip/models/call_events.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class CallReplaces {
7070
}
7171

7272
// TODO: Change to "sdp_stream_metadata" when MSC3077 is merged
73-
const String sdpStreamMetadataKey = 'org.matrix.msc3077.sdp_stream_metadata';
73+
const String sdpStreamMetadataKey = 'sdp_stream_metadata';
7474

7575
/// https://github.com/matrix-org/matrix-doc/blob/dbkr/msc2747/proposals/2747-voip-call-transfer.md#capability-advertisment
7676
/// https://github.com/matrix-org/matrix-doc/blob/dbkr/msc2746/proposals/2746-reliable-voip.md#add-dtmf

0 commit comments

Comments
 (0)