Skip to content
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

Merged
merged 9 commits into from
Jan 15, 2024
Merged

Enable VoIP 1to1 #993

merged 9 commits into from
Jan 15, 2024

Conversation

yostyle
Copy link
Contributor

@yostyle yostyle commented Dec 6, 2023

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

Motivation and context

#992

Screenshots / GIFs

Tests

  • Step 1
  • Step 2
  • Step ...

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@yostyle yostyle self-assigned this Dec 6, 2023
@tchap-danger-bot
Copy link

Warnings
⚠️

Please add a changelog. See instructions here

⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 9456bdc

@yostyle yostyle marked this pull request as ready for review December 7, 2023 01:08
@tchap-danger-bot
Copy link

Warnings
⚠️

Please add a changelog. See instructions here

⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 4b8cd4c

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against ae37438

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") &&
Copy link
Member

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

Copy link
Contributor Author

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>

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 891f90a

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 013666e

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against a6025b9

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 013666e

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against ad01142

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 37d3ac6

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against a575918

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against fc788ae

Copy link
Contributor

@NicolasBuquet NicolasBuquet left a 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.

Copy link
Contributor

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

Copy link
Contributor

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)

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 9313cfb

@yostyle yostyle merged commit f9692a3 into develop Jan 15, 2024
15 of 16 checks passed
@yostyle yostyle deleted the yostyle/voip branch January 15, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants