Skip to content

Commit 74fa369

Browse files
committed
minor fixes
1 parent c37069f commit 74fa369

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

shared/chat-sdk/develop/_content-moderation-microsoft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following message management tools are available:
2222

2323
![enable_moderation_en](https://web-cdn.agora.io/docs-files/1656312916879)
2424

25-
<Admonition type="note" title="Next step">
25+
<Admonition type="info" title="Next step">
2626
After enabling the moderation feature, see [Message moderation mechanism](../develop/moderation-mechanism) to understand how message moderation works and how to configure your moderation strategy.
2727
</Admonition>
2828

shared/on-premise-recording/get-started/get-started-sdk/project-test/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Follow these steps to compile, configure, and run the Agora recording sample usi
1818

1919
In the `Examples-Mvn` directory, create a `.keys` file and add your Agora credentials:
2020

21-
```env
21+
```
2222
appId=YOUR_APP_ID
2323
token=YOUR_TOKEN
2424
```

shared/real-time-stt/get-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ curl --request post \
9999
}'
100100
```
101101

102-
<Admonition type=""info>
102+
<Admonition type="info">
103103
- String UIDs are supported only on a 128 host environment, with full support planned in the near future.
104104
- `pubBotUid` and `subBotUid` are `int` type UIDs that must be different to avoid unknown issues.
105105
</Admonition>

shared/signaling/connection-state-transitions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import NotAvailable from '@docs/shared/common/not-available.mdx'
33

44
During communication between the <Vpd k="SDK" /> and the server, the connection goes through multiple states. You observe and respond to these state transitions by listening to state change event notifications.
55

6-
<Admonition type=""info>
6+
<Admonition type="info">
77
The information on this page is applicable to <Vpd k="SDK" /> versions 2.2.0 or later.
88
</Admonition>
99

shared/video-sdk/reference/_pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To check usage for an individual user, use the statistics reported by the SDK:
255255
* **Windows:** `onRtcStats` callback → `duration` property
256256
* **macOS:** `reportRtcStats` callback → `duration` property
257257

258-
<Admonition type="Note" >
258+
<Admonition type="info" >
259259
If a client disconnects due to poor network connection, the call duration reported by the SDK might be inaccurate.
260260
To improve accuracy, implement a heartbeat mechanism using the Agora Signaling SDK or another signaling system. Subtract the disconnection time from the RTC-reported duration to get a more precise call duration for the user.
261261
</Admonition>

0 commit comments

Comments
 (0)