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

Support avatars in federated calls #1748

Merged
merged 10 commits into from
Aug 11, 2024
Merged

Support avatars in federated calls #1748

merged 10 commits into from
Aug 11, 2024

Commits on Aug 8, 2024

  1. Add TalkActor

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3d43372 View commit details
    Browse the repository at this point in the history
  2. Move displayName logic to TalkActor

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    09abd4e View commit details
    Browse the repository at this point in the history
  3. Add SignalingParticipant

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8b2c3af View commit details
    Browse the repository at this point in the history
  4. Support federated avatars in calls

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9ca7cb3 View commit details
    Browse the repository at this point in the history
  5. Also process guest joins

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a261d03 View commit details
    Browse the repository at this point in the history
  6. Correctly check for an existent displayName

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cc3ecb7 View commit details
    Browse the repository at this point in the history
  7. Keep peerName on recreation of peerConnectionWrapper

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2c2727d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Check federated property also on leave

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f14b034 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Fix race condition with request offer timer

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    54af87b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Correctly mark parameter as nullable

    Signed-off-by: Marcel Müller <[email protected]>
    SystemKeeper committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    192acec View commit details
    Browse the repository at this point in the history