Versions Compared

Key

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

...

Section

Settings


FigureDescription


LiveID SettingImage Modified

    1. Calls settings
    2. Generate a token (persistent, temporary)
    3. Network and media test
    4. Incoming calls
    5. Calls waiting for an operator
    6. Filter
    7. Overview of all calls


...

Section

Generate Token

You can  either generate a persistent token or a temporary token (valid for 60 minutes). You can forward the generated token to the recipient of the call to start the call.

Please also see the next figure:

LiveID Generate TokenImage Modified


Section

Network and media test

In this section you can test your network and media (network and system compatibility, microphone, camera and WebRTC. This test is necessary to start an call.

...

Section

Start a call

Multimedia
nameLiveID Video.mp4
width1000
height500


Section

Download Process Data

After finishing the call you can download the process data. Click on the “open” button like it is shown in the next figure:


Section


FigureDescription



LiveID Download PageImage Modified
  1. Click “open” to get to the download page

Afterwards, you get to the page like it is shown in the figure, where you can download the process data:


Section


FigureDescription



LiveID Download ProcessImage Modified
  1. Download the process data
  2. End the process

If you end the process you can add a note, which you can later see on the main page far right of a call.


Section


FigureDescription


LiveID End ProcessImage Modified

  1. Status of the call
  2. Additional note


...

Section


Code Block
languagejava
themeEclipse
{
    "success": true,
    "service": "/checkStatus",
    "active": true
}

Get the conference data

You need the following URI to get the conference data: https://liveid.test.namirialtsp.com/api/v1/conferenceData/

Moreover, you also need the token provided on call closing. Please see the following sample callback which contains the close status, the token and the conference id:

LiveID Conference DataImage Modified


Section

Please also see the next figure which shows a sample call with Postman:


LiveID Conference Data ApiImage Modified

Get the audit trail

To get the audit trail you need again the token and additionally the conference id as authentication. Please see the next figure which shows a sample call to get the audit trail:

LiveID Audit Trail ApiImage Modified