No Description

CHANGELOG 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. ## THE CHANGELOG
  2. #### 2.4.0-alpha
  3. - 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
  4. - support 2.4.0-alpha.2 using 0.55.1 as peerDependency and support typescript
  5. - support 2.4.0-alpha.3 bugfix iOS receiveStreamMessage data is null
  6. - support 2.4.0-alpha.4 bugfix iOS videoSizeChanged field rotation typo
  7. - support 2.4.0-alpha.5 bugfix Android & iOS side not support fit mode and hidden mode.
  8. 1. Deprecate & Remove: setupLocalVideo & setupRemoteVideo
  9. 2. rename iOS side constants
  10. ```javascript
  11. "AgoraVideoMirrorModeAuto" to "VideoMirrorModeAuto"
  12. "AgoraVideoMirrorModeEnabled" to "VideoMirrorModeEnabled"
  13. "AgoraVideoMirrorModeDisabled" to "VideoMirrorModeDisabled"
  14. "AgoraChannelProfileCommunication" to "ChannelProfileCommunication"
  15. "AgoraChannelProfileLiveBroadcasting" to "ChannelProfileLiveBroadcasting"
  16. "AgoraChannelProfileGame" to "ChannelProfileGame"
  17. "AgoraVideoMode" to "VideoMode"
  18. "AgoraAudioMode" to "AudioMode"
  19. ```
  20. #### 2.3.3-alpha
  21. - support agora video sdk 2.3.3
  22. - release 2.3.3-alpha.3
  23. - release 2.3.3-alpha.4 (remove deprecated native api)
  24. - release 2.3.3-alpha.5 (refactor event react api & refactor native wrapper)
  25. - release 2.3.3-alpha.6 (refactor with typescript & fix. iOS platform binding bug)
  26. - release 2.3.3-alpha.7 (refactor RtcEngine#init method support audio / video mode and switch dualStream)
  27. #### 1.1.2
  28. - add onVideoMute
  29. - add onAudioMute
  30. #### 1.1.1
  31. - add createDataStream
  32. - add sendStreamMessage
  33. - add onStreamMessage
  34. #### 1.0.9
  35. - update to agora sdk version 2.0.2
  36. - add setCameraAutoFocusFaceModeEnabled
  37. - add setDefaultAudioRouteToSpeakerphone
  38. - add setCameraTorchOn
  39. - fix bug: Android speaker's volume indication
  40. #### 1.0.8
  41. - update to agora sdk version 1.12
  42. - init wouldn't start video preview. Should manually use startPreview.
  43. - init options add new boolean parameter `swapWidthAndHeight` to support swap width and height.
  44. - add configPublisher
  45. - add setLocalRenderMode
  46. - add setRemoteRenderMode
  47. - add enableAudioVolumeIndication
  48. - add onAudioVolumeIndication
  49. - add zOrderMediaOverlay for android platform, support media overlay