No Description

CHANGELOG 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ## THE CHANGELOG
  2. #### 2.4.1-alpha
  3. - support 2.4.1-alpha.1 agora video sdk android-2.4.1 / iOS-2.4.1
  4. 1. Deprecate iOS
  5. 2. Add methods getAudioMixingPlayoutVolume, getAudioMixingPublishVolume for audio mixing troubleshooting.
  6. 3. Add `txPacketLossRate`, `rxPacketLossRate` on `rtcStats` interface. usage: `RtcEngine.on('rtcStats', (data) => console.log(data))`.
  7. 4. Rename `receivedFrameRate` to `rendererOutputFrameRate` this property related on `localVideoStats` and `remoteVideoStats`.
  8. 5. Add event 'localVideoChanged' and Deprecate events `cameraReady` and `videoStopped`. You can listen `localVideoChanged` event instead `cameraReady` & `videoStopped`.
  9. 6. Add event `rtmpStreamingStateChanged` for rtmp streaming troubleshooting
  10. 7. Add event `audioCodecProfile` on `liveTranscoding` interface.
  11. 8. Add event `networkTypeChanged` for network troubleshooting.
  12. 9. Add method `registerMediaMetadataObserver` method, this method enables you to add synchronized metadata in the video stream for more diversified live broadcast interactions, such as sending shopping links, digital coupons, and online quizzes. note: Call this method before the joinChannel method. and applies to `channelProfile` with 1.
  13. 10. Add method `sendMediaData`, this method enables you send media data under the live broadcast mode (`channelProfile` = 1) note: call this method after the `registerMediaMetadataObserver` method.
  14. 11. Add event `audioMixingStateChanged` and Deprecate event 'localAudioMixingFinish`.
  15. 11. Add `firstRemoteAudioDecoded` event you can get more detail [here](https://docs.agora.io/en/Interactive%20Broadcast/release_android_video?platform=Android#v241)
  16. #### 2.4.0-alpha
  17. - support 2.4.0-alpha.1 agora video sdk android-2.4.0 / iOS-2.4.0.1 and add sendMessage support in the same channel. Deprecate: startEchoTest and setVideoQualityParameters
  18. - support 2.4.0-alpha.2 using 0.55.1 as peerDependency and support typescript
  19. - support 2.4.0-alpha.3 bugfix iOS receiveStreamMessage data is null
  20. - support 2.4.0-alpha.4 bugfix iOS videoSizeChanged field rotation typo
  21. - support 2.4.0-alpha.5 bugfix Android & iOS side not support fit mode and hidden mode.
  22. 1. Deprecate & Remove: setupLocalVideo & setupRemoteVideo
  23. 2. rename iOS side constants
  24. ```javascript
  25. "AgoraVideoMirrorModeAuto" to "VideoMirrorModeAuto"
  26. "AgoraVideoMirrorModeEnabled" to "VideoMirrorModeEnabled"
  27. "AgoraVideoMirrorModeDisabled" to "VideoMirrorModeDisabled"
  28. "AgoraChannelProfileCommunication" to "ChannelProfileCommunication"
  29. "AgoraChannelProfileLiveBroadcasting" to "ChannelProfileLiveBroadcasting"
  30. "AgoraChannelProfileGame" to "ChannelProfileGame"
  31. "AgoraVideoMode" to "VideoMode"
  32. "AgoraAudioMode" to "AudioMode"
  33. ```
  34. #### 2.3.3-alpha
  35. - support agora video sdk 2.3.3
  36. - release 2.3.3-alpha.3
  37. - release 2.3.3-alpha.4 (remove deprecated native api)
  38. - release 2.3.3-alpha.5 (refactor event react api & refactor native wrapper)
  39. - release 2.3.3-alpha.6 (refactor with typescript & fix. iOS platform binding bug)
  40. - release 2.3.3-alpha.7 (refactor RtcEngine#init method support audio / video mode and switch dualStream)
  41. #### 1.1.2
  42. - add onVideoMute
  43. - add onAudioMute
  44. #### 1.1.1
  45. - add createDataStream
  46. - add sendStreamMessage
  47. - add onStreamMessage
  48. #### 1.0.9
  49. - update to agora sdk version 2.0.2
  50. - add setCameraAutoFocusFaceModeEnabled
  51. - add setDefaultAudioRouteToSpeakerphone
  52. - add setCameraTorchOn
  53. - fix bug: Android speaker's volume indication
  54. #### 1.0.8
  55. - update to agora sdk version 1.12
  56. - init wouldn't start video preview. Should manually use startPreview.
  57. - init options add new boolean parameter `swapWidthAndHeight` to support swap width and height.
  58. - add configPublisher
  59. - add setLocalRenderMode
  60. - add setRemoteRenderMode
  61. - add enableAudioVolumeIndication
  62. - add onAudioVolumeIndication
  63. - add zOrderMediaOverlay for android platform, support media overlay