Call to user

This API is used to call other users.

This API is used to video call with other users and your connections.
Video calls are to enable face-to-face communication between two or more people in different locations.
To call this API you will make sure that the user is part of the event.

1:1 Call to user

Here is the API endpoint.

Here is a sample of the success response.

{
  "capacity": 0,
  "chatEnabled": false,
  "pollEnabled": false,
  "quesAndAnsEnabled": false,
  "hideSessionFromAttendees": false,
  "meeting": "{\"MeetingId\":\"4d10846e-5b82-473f-b117-568456250706\",\"MediaPlacement\":{\"AudioHostUrl\":\"6027b8146f8ec5955794996489e140b4.k.m3.ue1.app.chime.aws:3478\",\"AudioFallbackUrl\":\"wss://haxrp.m3.ue1.app.chime.aws:443/calls/4d10846e-5b82-473f-b117-568456250706\",\"ScreenDataUrl\":\"wss://bitpw.m3.ue1.app.chime.aws:443/v2/screen/4d10846e-5b82-473f-b117-568456250706\",\"ScreenSharingUrl\":\"wss://bitpw.m3.ue1.app.chime.aws:443/v2/screen/4d10846e-5b82-473f-b117-568456250706\",\"ScreenViewingUrl\":\"wss://bitpw.m3.ue1.app.chime.aws:443/ws/connect?passcode=null&viewer_uuid=null&X-BitHub-Call-Id=4d10846e-5b82-473f-b117-568456250706\",\"SignalingUrl\":\"wss://signal.m3.ue1.app.chime.aws/control/4d10846e-5b82-473f-b117-568456250706\",\"TurnControlUrl\":\"https://ccp.cp.ue1.app.chime.aws/v2/turn_sessions\"},\"MediaRegion\":\"us-east-1\"}",
  "attendee": "{\"ExternalUserId\":\"Vivek ramoliya_73\",\"AttendeeId\":\"7fe412e1-0fbc-e707-7a44-fe2e853730df\",\"JoinToken\":\"N2ZlNDEyZTEtMGZiYy1lNzA3LTdhNDQtZmUyZTg1MzczMGRmOjYwZjkxODAyLWI3NGItNGUzYi05M2M1LTExODE0ZGRkN2M4Yg\"}"
}