8000 Add arm64-v8a and x86_64 architecture support for android. · alusor/flutter-webrtc@0be144b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0be144b

Browse files
committed
Add arm64-v8a and x86_64 architecture support for android.
1 parent a046547 commit 0be144b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
7.59 MB
Binary file not shown.

example/lib/src/call_sample/call_sample.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ class _CallSampleState extends State<CallSample> {
6565
_inCalling = false;
6666
});
6767
break;
68+
case SignalingState.CallStateInvite:
69+
case SignalingState.CallStateConnected:
70+
case SignalingState.CallStateInvite:
71+
case SignalingState.CallStateRinging:
72+
case SignalingState.ConnectionClosed:
73+
case SignalingState.ConnectionError:
74+
case SignalingState.ConnectionOpen:
75+
break;
6876
}
6977
};
7078

0 commit comments

Comments
 (0)
0