Skip to content

Get rid of list of all users in requests from Talk to the signaling server #1173

@fancycode

Description

@fancycode
  • Request when inviting / disinviting a user to a meeting (used to notify other users that know about that room but might be connected to another room):

    AllUserIds []string `json:"alluserids,omitempty"`

    AllUserIds []string `json:"alluserids,omitempty"`

  • Request when a room is updated (used to notify other users that know about that room but might be connected to another room):

    type BackendRoomUpdateRequest struct {

  • Request when a room is deleted (used to notify other users that know about that room but might be connected to another room):

    UserIds []string `json:"userids,omitempty"`

  • Request when the "InCall" flag of a user changed:

    Users []api.StringMap `json:"users,omitempty"`

  • Request when user properties changed:

    Users []api.StringMap `json:"users,omitempty"`

  • Request when switching sessions to a different room (might not be relevant for large rooms):

    // Sessions is either a BackendRoomSwitchToSessionsList or a
    // BackendRoomSwitchToSessionsMap.
    // In the map, the key is the session id, the value additional details
    // (or null) for the session. The details will be included in the request
    // to the connected client.
    Sessions json.RawMessage `json:"sessions,omitempty"`

@danxuliu FYI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions