1. Start a Spaces DM chat session with a Spaces user
  2. Make a digital video call to a Spaces user
  3. Make an audio call to a phone number

Start a Spaces DM chat session with a Spaces user

Client

Spaces web client

URI

https://spaces.avayacloud.com/d/chat?email={email_address}

Example

https://spaces.avayacloud.com/d/chat?email=john_doe@example.com

Purpose

Launch the Spaces web client in browser to start a Spaces DM chat session with a Spaces user

Notes

  1. If user hasn't signed-in to Spaces yet, user will be redirected to the sign-in page.
  2. Else if the email address is invalid, the Spaces client shall display the error message on UI
  3. Else if the email address is found from colleague search, then open the DM session with this user.
  4. Else if the email address is NOT found from colleague search, then the Spaces client shall display the error message on UI.

Make a digital video call to a Spaces user

Client

Spaces web client

URI

https://spaces.avayacloud.com/d/call?email={email_address}

Example

https://spaces.avayacloud.com/d/call?email=john_doe@example.com

Purpose

Launch the Spaces web client in browser to make a digital video call to a Spaces user

Notes

  1. If user hasn't signed-in to Spaces yet, user will be redirected to the sign-in page.
  2. Else if the email address is invalid, the Spaces client shall display the error message on UI.
  3. Else if the email address of a "email=" parameter is already a DM contact, the Spaces client will reuse the Direct Message topic ID for the call.
  4. Else if the email address or user id is NOT already a DM contact but it's in the same company, the Spaces client will first create a new Direct Message topic then use it for the call.
  5. Else if the email address or user id is NOT already a DM contact and it's NOT in the same company, the Spaces client shall display the error message on UI.

Make an audio call to a phone number

Client

Spaces web client

URI

https://spaces.avayacloud.com/d/call?number={phone_number}

Example

https://spaces.avayacloud.com/d/call?number=+000000000000

Purpose

Launch the Spaces web client in browser to make an audio call to a phone number

Notes

  1. If user hasn't signed-in to Spaces yet, user will be redirected to the sign-in page.
  2. Else if the phone number is invalid, the Spaces client shall display the error message on UI.
  3. Else if user is not enabled for Spaces calling, the Spaces client shall display the error message on UI.
  4. Auto strip the non-dialable char from the phone number before making the call.