arctos-SDK For developsarctos-SDK For develops
Home
Okuma
arctos
Contact
  • English
  • 繁體中文
Home
Okuma
arctos
Contact
  • English
  • 繁體中文
  • Guide

    • get-started
  • Spec

    • Peer to Peer Direct
    • Relay based
  • Api

    • Overview
    • Auth
    • Task
    • Business
    • Room
  • Peer to Peer Direct

    • overview
    • installization
    • features

      • initial_setting
      • room
      • camera
      • conference
      • microphone
      • speaker
      • share_screen
      • paint_board
      • recording
      • layout
  • Relay based

    • overview
    • installization
    • features

      • initial_setting
      • camera
      • microphone
      • speaker
      • share_screen
      • paint_board
      • share_message
      • switch_template
      • video_filters

conbindVideoUrl

Obtain two separate video files and merge them to play as a single URL.

/images/skip-forward_brown.svg /api/sign_url/do_add
/images/transfers_orange.svg POST

Request:

{
    "task_num":"202406120000005"
}
ParameterMeaningTypeRequiredDefault valueDescription
HEADERS
Content-TypestringYapplication/json
BODY
task_numstringYthe task number which you want to look at the videos

Response:

{
		"status": 1,
		"message": "success",
		"url": "https://cms-emdr.test/api/sign_url/task_num/202406120000005?
		expires=1723697935&signature=XXXX"
}
ParameterMeaningTypeExistedDefault valueDescription
BODY
statusresponse statusstringY0: fail
1: success
2: warning
messagemessagestringY“”Error messages should be shown when there are errors.
urlvideo urlstringthe video URL which can open in window to watch the videos

Error code:

The following is a table of error messages returned by the API.

CodeStatusErrorMessage
2001success
0Unauthorized Access
404Resource Not Found
403Access to the requested resource is not allowed