You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// assign token and certificate to null if you have not enabled app certificate or you have set the certificate above.
34
+
// PS:It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: Android/APIExample-Audio/app/src/main/res/values/string_configs.xml
+6-4
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,16 @@
25
25
or use the console to generate a temporary token.
26
26
27
27
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
28
-
then the APP Certificate can be found in the project detail page.
29
-
PS: If the project does not have certificates enabled, leave this field blank.
28
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
29
+
30
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
// Agora APP Certificate. If the project does not have certificates enabled, leave this field blank.
32
+
// PS:It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: Android/APIExample/app/src/main/res/values/string_configs.xml
+6-4
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,16 @@
25
25
or use the console to generate a temporary token.
26
26
27
27
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
28
-
then the APP Certificate can be found in the project detail page.
29
-
PS: If the project does not have certificates enabled, leave this field blank.
28
+
then the APP Certificate can be found in the project detail page. If the project does not have certificates enabled, leave this field blank.
29
+
30
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: iOS/APIExample-Audio/APIExample-Audio/Common/KeyCenter.swift
+4-4
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ struct KeyCenter {
29
29
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
30
30
or use the console to generate a temporary token.
31
31
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
32
-
then the APP Certificate can be found in the project detail page.
33
-
PS: If the project does not have certificates enabled, leave this field blank.
32
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
33
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: iOS/APIExample-Audio/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ To build and run the sample application, get an App Id:
62
62
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
63
63
or use the console to generate a temporary token.
64
64
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
65
-
then the APP Certificate can be found in the project detail page.
66
-
PS: If the project does not have certificates enabled, leave this field blank.
65
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
66
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: iOS/APIExample-OC/APIExample-OC/Common/KeyCenter.h
+4-4
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ NS_ASSUME_NONNULL_BEGIN
31
31
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
32
32
or use the console to generate a temporary token.
33
33
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
34
-
then the APP Certificate can be found in the project detail page.
35
-
PS: If the project does not have certificates enabled, leave this field blank.
34
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
35
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: iOS/APIExample-OC/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ To build and run the sample application, get an App Id:
62
62
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
63
63
or use the console to generate a temporary token.
64
64
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
65
-
then the APP Certificate can be found in the project detail page.
66
-
PS: If the project does not have certificates enabled, leave this field blank.
65
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
66
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: iOS/APIExample/APIExample/Common/KeyCenter.swift
+5-4
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,13 @@ class KeyCenter: NSObject {
32
32
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
33
33
or use the console to generate a temporary token.
34
34
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
35
-
then the APP Certificate can be found in the project detail page.
36
-
PS: If the project does not have certificates enabled, leave this field blank.
35
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
36
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: iOS/APIExample/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ To build and run the sample application, get an App Id:
62
62
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
63
63
or use the console to generate a temporary token.
64
64
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
65
-
then the APP Certificate can be found in the project detail page.
66
-
PS: If the project does not have certificates enabled, leave this field blank.
65
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
66
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: macOS/APIExample/Common/KeyCenter.swift
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ struct KeyCenter {
30
30
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
31
31
or use the console to generate a temporary token.
32
32
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
33
-
then the APP Certificate can be found in the project detail page.
34
-
PS: If the project does not have certificates enabled, leave this field blank.
33
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
34
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
Copy file name to clipboardexpand all lines: macOS/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ To build and run the sample application, get an App Id:
54
54
Agora provides App certificate to generate Token. You can deploy and generate a token on your server,
55
55
or use the console to generate a temporary token.
56
56
In order to get the APP ID, you can open the agora console (https://console.agora.io/) to create a project with the App Certificate enabled,
57
-
then the APP Certificate can be found in the project detail page.
58
-
PS: If the project does not have certificates enabled, leave this field blank.
57
+
then the APP Certificate can be found in the project detail page.If the project does not have certificates enabled, leave this field blank.
58
+
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
0 commit comments