This website works better with JavaScript
Home
Explore
Help
Register
Sign In
aionnect
/
flutter-template
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ae01b53ecc
Branches
Tags
master
flutter-templat...
/
lib
/
common
/
trtc
/
calling
/
ui
/
base
/
CallingScenes.dart
CallingScenes.dart
103 B
History
Raw
1
2
3
4
enum CallingScenes {
VideoOneVOne, //一对一视频通话
AudioOneVOne, //一对一语音通话
}