We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26574cf commit 0e32591Copy full SHA for 0e32591
lib/src/rtc_session.dart
@@ -1597,7 +1597,7 @@ class RTCSession extends EventManager {
1597
switch (sdpSemantics) {
1598
case 'unified-plan':
1599
_connection.onTrack = (RTCTrackEvent event) {
1600
- if (event.track.kind == 'video' && event.streams.isNotEmpty) {
+ if (event.streams.isNotEmpty) {
1601
emit(EventStream(
1602
session: this, originator: 'remote', stream: event.streams[0]));
1603
}
0 commit comments