Nenhuma descrição

CHANGELOG 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. ## THE CHANGELOG
  2. #### 2.4.1-alpha.3
  3. - refactor setLiveTranscoding: rename ios & android native parameters. export enum for javascript/typescript api.
  4. - fix negative number case in android platform.
  5. - improve api doc.
  6. #### 2.4.1-alpha.2
  7. - deprecated `sendMessage` & `createDataStream` & `removeAllListeners` & `off`
  8. - refactor event system
  9. - fix `android` enum convert failed.
  10. #### 2.4.1-alpha
  11. - support 2.4.1-alpha.1 agora video sdk android-2.4.1 / iOS-2.4.1
  12. 1. Deprecate iOS manual link operator, instead using cocoapods resolve compile dependencies.
  13. 2. Add methods getAudioMixingPlayoutVolume, getAudioMixingPublishVolume for audio mixing troubleshooting.
  14. 3. Add `txPacketLossRate`, `rxPacketLossRate` on `rtcStats` interface. usage: `RtcEngine.on('rtcStats', (data) => console.log(data))`.
  15. 4. Rename `receivedFrameRate` to `rendererOutputFrameRate` this property related on `localVideoStats` and `remoteVideoStats`.
  16. 5. Add event 'localVideoChanged' and Deprecate events `cameraReady` and `videoStopped`. You can listen `localVideoChanged` event instead `cameraReady` & `videoStopped`.
  17. 6. Add event `rtmpStreamingStateChanged` for rtmp streaming troubleshooting
  18. 7. Add event `audioCodecProfile` on `liveTranscoding` interface.
  19. 8. Add event `networkTypeChanged` for network troubleshooting.
  20. 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.
  21. 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.
  22. 11. Add event `audioMixingStateChanged` and Deprecate event 'localAudioMixingFinish`.
  23. 11. Add `firstRemoteAudioDecoded` event you can get more detail [here](https://docs.agora.io/en/Interactive%20Broadcast/release_android_video?platform=Android#v241)
  24. #### 2.4.0-alpha
  25. - 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
  26. - support 2.4.0-alpha.2 using 0.55.1 as peerDependency and support typescript
  27. - support 2.4.0-alpha.3 bugfix iOS receiveStreamMessage data is null
  28. - support 2.4.0-alpha.4 bugfix iOS videoSizeChanged field rotation typo
  29. - support 2.4.0-alpha.5 bugfix Android & iOS side not support fit mode and hidden mode.
  30. 1. Deprecate & Remove: setupLocalVideo & setupRemoteVideo
  31. 2. rename iOS side constants
  32. ```javascript
  33. "AgoraVideoMirrorModeAuto" to "VideoMirrorModeAuto"
  34. "AgoraVideoMirrorModeEnabled" to "VideoMirrorModeEnabled"
  35. "AgoraVideoMirrorModeDisabled" to "VideoMirrorModeDisabled"
  36. "AgoraChannelProfileCommunication" to "ChannelProfileCommunication"
  37. "AgoraChannelProfileLiveBroadcasting" to "ChannelProfileLiveBroadcasting"
  38. "AgoraChannelProfileGame" to "ChannelProfileGame"
  39. "AgoraVideoMode" to "VideoMode"
  40. "AgoraAudioMode" to "AudioMode"
  41. ```
  42. #### 2.3.3-alpha
  43. - support agora video sdk 2.3.3
  44. - release 2.3.3-alpha.3
  45. - release 2.3.3-alpha.4 (remove deprecated native api)
  46. - release 2.3.3-alpha.5 (refactor event react api & refactor native wrapper)
  47. - release 2.3.3-alpha.6 (refactor with typescript & fix. iOS platform binding bug)
  48. - release 2.3.3-alpha.7 (refactor RtcEngine#init method support audio / video mode and switch dualStream)
  49. #### 1.1.2
  50. - add onVideoMute
  51. - add onAudioMute
  52. #### 1.1.1
  53. - add createDataStream
  54. - add sendStreamMessage
  55. - add onStreamMessage
  56. #### 1.0.9
  57. - update to agora sdk version 2.0.2
  58. - add setCameraAutoFocusFaceModeEnabled
  59. - add setDefaultAudioRouteToSpeakerphone
  60. - add setCameraTorchOn
  61. - fix bug: Android speaker's volume indication
  62. #### 1.0.8
  63. - update to agora sdk version 1.12
  64. - init wouldn't start video preview. Should manually use startPreview.
  65. - init options add new boolean parameter `swapWidthAndHeight` to support swap width and height.
  66. - add configPublisher
  67. - add setLocalRenderMode
  68. - add setRemoteRenderMode
  69. - add enableAudioVolumeIndication
  70. - add onAudioVolumeIndication
  71. - add zOrderMediaOverlay for android platform, support media overlay