Skip to content

Feature/service roam r1#13

Open
cecemel wants to merge 2 commits intomasterfrom
feature/service-roam-r1
Open

Feature/service roam r1#13
cecemel wants to merge 2 commits intomasterfrom
feature/service-roam-r1

Conversation

@cecemel
Copy link
Member

@cecemel cecemel commented Oct 21, 2022

No description provided.

madnificent and others added 2 commits April 12, 2021 12:54
This is a PoC showing how the mu-call-scope-id could work.  It has an
extra header available to you and it's positioned in the body too.
feature/master-and-service-roam

Fixed Conflicts:
  lib/delta/delta.ex

```
++<<<<<<< HEAD
 +    mu_call_scope_id = Plug.Conn.get_req_header(conn, "mu-call-scope-id")
++=======
+     mu_session_id =
+       Plug.Conn.get_req_header(conn, "mu-session-id")
++>>>>>>> mu-semtech/master

      delta
 -    |> Delta.Message.construct(authorization_groups, origin)
 +    |> Delta.Message.construct(authorization_groups, origin, mu_call_scope_id)
      |> Logging.EnvLog.inspect(:log_delta_messages, label: "Constructed body for clients")
++<<<<<<< HEAD
 +    |> Delta.Messenger.inform_clients(mu_call_id_trail: mu_call_id_trail, mu_call_scope_id: mu_call_scope_id)
++=======
+     |> Delta.Messenger.inform_clients(mu_call_id_trail: mu_call_id_trail, mu_session_id: mu_session_id)
++>>>>>>> mu-semtech/master
```
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.

2 participants