You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible for an agent to send an invitation to another agent to join any room. If an agent hasn't been invited, they should not be able to join the room (that permission is reserved for room monitors only).
post('/invite', ...)
post vars: id (room id), agent
The text was updated successfully, but these errors were encountered:
It should be possible for an agent to send an invitation to another agent to join any room. If an agent hasn't been invited, they should not be able to join the room (that permission is reserved for room monitors only).
post('/invite', ...)
post vars:
id
(room id),agent
The text was updated successfully, but these errors were encountered: