Skip to content

Commit

Permalink
Merge pull request #1491 from AgoraIO/fix-warnings
Browse files Browse the repository at this point in the history
fix warnings in build
  • Loading branch information
Kishan-Dhakan authored Oct 18, 2023
2 parents 033e908 + 03c1cde commit 43ff945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shared/signaling/reference/api-ref/shared/_rtmstatus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PlatformWrapper>
<PlatformWrapper platform={['web']}>

```JavaScript
```javaScript
type ErrorInfo = {
error: boolean; // Whether an error occurs.
operation: string; // Operation type of this method call.
Expand All @@ -19,4 +19,4 @@ type ErrorInfo = {
```

For details, see [Error Codes](#error-codes-table).
</PlatformWrapper>
</PlatformWrapper>
4 changes: 2 additions & 2 deletions shared/signaling/storage/reference/oc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ get all metadata items of the channel.
**Method**
```obj
```objective-c
- (void)getChannelMetadataWithCompletion:(AgoraRtmGetChannelMetadataBlock _Nullable)completionBlock;
```

Expand Down Expand Up @@ -923,4 +923,4 @@ When this event occurs, you can recieve a type `RtmMetadata` for the specific `

> **Caution**: It should be noted that the returned data contains the full amount of data of the current channel, `Add`/`Set`/`Clear`/`Update`/`Delete` operation all will trigger this event, and you cannot distinguish which operation caused the current event. Need more features, you can use our new version 2.1.

</PlatformWrapper>
</PlatformWrapper>

0 comments on commit 43ff945

Please sign in to comment.