-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable VoIP 1to1 #993
Enable VoIP 1to1 #993
Conversation
R.id.video_call -> vectorFeatures.tchapIsVoipSupported() && | ||
(state.isCallOptionAvailable() || state.jitsiState.confId == null || state.jitsiState.hasJoined) | ||
R.id.video_call -> vectorPreferences.developerMode() | ||
R.id.voice_call -> session.sessionParams.homeServerUrl.contains("agent.dinum.tchap.gouv.fr") && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could it be a util functions? in case more homeserver inside this experimentation and add new "homeserver" based feature flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the homeserver list in config feature file
<item>agent.dinum.tchap.gouv.fr</item> |
a6025b9
to
013666e
Compare
ad01142
to
37d3ac6
Compare
a575918
to
fc788ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 demandes de précision SVP.
vector-app/src/androidTest/java/im/vector/app/ui/robot/OnboardingRobot.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homeServerUrl.contains(it)
Utiliser endsWith
plutôt que contains
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R.id.join_conference
devrait être systématiquement à False
je pense dans cette version. (pas d'autre appel que audio 1-to-1)
fc788ae
to
9313cfb
Compare
Type of change
Content
Motivation and context
#992
Screenshots / GIFs
Tests
Tested devices
Checklist