No Description

CHANGELOG 4.8KB

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