Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warnings in build #1491

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading