Keine Beschreibung

CHANGELOG 4.6KB

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