Skip to content

Multi user sessions

Seph Pace requested to merge multi-user-sessions into main
  • Added the INFO request for SIP
  • Saved the usernames and addresses of users in the session, so they can be sent in INFO requests
  • Added the inviteToSession function, which invites a user to an already existing session
  • Added a 3-way unit test (doesn't really work as intended, but at least it should pass)

Merge request reports