Skip to content

Commit 9d27f7d

Browse files
committed
Merge branch 'staging' of https://github.com/AgoraIO/Docs-Source
2 parents 0d6101e + c37069f commit 9d27f7d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

cloud-transcoding/rest-api/acquire.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,14 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
396396
"rtc": {
397397
"rtcChannel": "test01",
398398
"rtcUid": 123,
399-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
399+
"rtcToken": "<your_rtc_token>"
400400
}
401401
},
402402
{
403403
"rtc": {
404404
"rtcChannel": "test01",
405405
"rtcUid": 456,
406-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
406+
"rtcToken": "<your_rtc_token>"
407407
}
408408
}
409409
],
@@ -431,7 +431,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
431431
"rtc": {
432432
"rtcChannel": "test01",
433433
"rtcUid": 123,
434-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
434+
"rtcToken": "<your_rtc_token>"
435435
},
436436
"placeholderImageUrl": "https://web-cdn.agora.io/website-files/images/new-home-2-banner-realtime-bg.jpg",
437437
"region": {
@@ -446,7 +446,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
446446
"rtc": {
447447
"rtcChannel": "test01",
448448
"rtcUid": 456,
449-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
449+
"rtcToken": "<your_rtc_token>"
450450
},
451451
"region": {
452452
"x": 320,
@@ -462,7 +462,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
462462
"rtc": {
463463
"rtcChannel": "test02",
464464
"rtcUid": 1000,
465-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
465+
"rtcToken": "<your_rtc_token>"
466466
},
467467
"audioOption": {
468468
"profileType": "AUDIO_PROFILE_MUSIC_STANDARD"
@@ -508,14 +508,14 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
508508
"rtc": {
509509
"rtcChannel": "test01",
510510
"rtcUid": 123,
511-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
511+
"rtcToken": "<your_rtc_token>"
512512
}
513513
},
514514
{
515515
"rtc": {
516516
"rtcChannel": "test01",
517517
"rtcUid": 456,
518-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
518+
"rtcToken": "<your_rtc_token>"
519519
}
520520
}
521521
],
@@ -543,7 +543,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
543543
"rtc": {
544544
"rtcChannel": "test01",
545545
"rtcUid": 123,
546-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
546+
"rtcToken": "<your_rtc_token>"
547547
},
548548
"placeholderImageUrl": "https://web-cdn.agora.io/website-files/images/new-home-2-banner-realtime-bg.jpg",
549549
"region": {
@@ -558,7 +558,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
558558
"rtc": {
559559
"rtcChannel": "test01",
560560
"rtcUid": 456,
561-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
561+
"rtcToken": "<your_rtc_token>"
562562
},
563563
"region": {
564564
"x": 320,
@@ -574,7 +574,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
574574
"rtc": {
575575
"rtcChannel": "test02",
576576
"rtcUid": 1000,
577-
"rtcToken": "aab8b8f5a8cd4469a63042fcfafe7063"
577+
"rtcToken": "<your_rtc_token>"
578578
},
579579
"audioOption": {
580580
"profileType": "AUDIO_PROFILE_MUSIC_STANDARD"
@@ -625,14 +625,14 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
625625
rtc: {
626626
rtcChannel: "test01",
627627
rtcUid: 123,
628-
rtcToken: "aab8b8f5a8cd4469a63042fcfafe7063"
628+
rtcToken: "<your_rtc_token>"
629629
}
630630
},
631631
{
632632
rtc: {
633633
rtcChannel: "test01",
634634
rtcUid: 456,
635-
rtcToken: "aab8b8f5a8cd4469a63042fcfafe7063"
635+
rtcToken: "<your_rtc_token>"
636636
}
637637
}
638638
],
@@ -660,7 +660,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
660660
rtc: {
661661
rtcChannel: "test01",
662662
rtcUid: 123,
663-
rtcToken: "aab8b8f5a8cd4469a63042fcfafe7063"
663+
rtcToken: "<your_rtc_token>"
664664
},
665665
placeholderImageUrl: "https://web-cdn.agora.io/website-files/images/new-home-2-banner-realtime-bg.jpg",
666666
region: {
@@ -675,7 +675,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
675675
rtc: {
676676
rtcChannel: "test01",
677677
rtcUid: 456,
678-
rtcToken: "aab8b8f5a8cd4469a63042fcfafe7063"
678+
rtcToken: "<your_rtc_token>"
679679
},
680680
region: {
681681
x: 320,
@@ -691,7 +691,7 @@ This endpoint requires [Basic Auth](../rest-api/restful-authentication).
691691
rtc: {
692692
rtcChannel: "test02",
693693
rtcUid: 1000,
694-
rtcToken: "aab8b8f5a8cd4469a63042fcfafe7063"
694+
rtcToken: "<your_rtc_token>"
695695
},
696696
audioOption: {
697697
profileType: "AUDIO_PROFILE_MUSIC_STANDARD"

0 commit comments

Comments
 (0)