Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As this is an asynchronous visit, all the providers assigned to this waiting room will see it and will need to click Accept it.

Apply Step 1 to 3 from use case #2 or #3 to get a visit object.

Step 4: Retrieve visit object from GET /visits/:id

Code Block
{
  "id": "8888",
  "code": "63ac801a697049cbbf865d660a0300ce",
  ...
}

Extract out code value and form the invite link like https://vclinic.vseepreview.com/vc/next/visits/join/63ac801a697049cbbf865d660a0300ce

Provider Side Integration

...