Skip to content

Commit

Permalink
updates (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
saudsami authored Feb 25, 2024
1 parent ce4de7f commit c84e96c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shared/common/prerequities.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To test the code used in this page you need to have:
<ProductWrapper notAllowed="signaling">
<ProductWrapper notAllowed="signaling, flexible-classroom">
<PlatformWrapper notAllowed="react-js,windows,electron,unity" >
* Implemented either of the following:
- [<Vg k="UIK"/> quickstart](../get-started/get-started-uikit)
Expand Down
9 changes: 5 additions & 4 deletions shared/video-sdk/reference/release-notes/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ This release has optimized the implementation of some functions, which involved
| `onPlayerStateChanged` | `error` | `reason` |
| `onRtmpStreamingStateChanged` | `errCode` | `reason` |

| Original enumeration class | New enumeration class |
| -------------------------- | -------------------------- |
| `DirectCdnStreamingReason` | `DirectCdnStreamingReason` |
| `MediaPlayerReason` | `MediaPlayerReason` |
| Original enumeration class | New enumeration class |
| ------------------------------ | ------------------------------- |
| `DirectCdnStreamingError` | `DirectCdnStreamingReason` |
| `MediaPlayerError` | `MediaPlayerReason` |
| `MusicContentCenterStatusCode` | `MusicContentCenterStateReason` |

**Note:** For specific renaming of enumerations, refer to [API changes](#api-changes).

Expand Down

0 comments on commit c84e96c

Please sign in to comment.