Browse Source

update. changelog

matrixbirds 4 years ago
parent
commit
81bb35c369
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      CHANGELOG

+ 2
- 0
CHANGELOG View File

5
   - android: deprecate `lowLatency` member of LiveTranscoding
5
   - android: deprecate `lowLatency` member of LiveTranscoding
6
   - add methods `getUserInfoByUserAccount`, `getUserInfoByUid`, `joinChannelWithUserAccount`, `registerLocalUserAccount`
6
   - add methods `getUserInfoByUserAccount`, `getUserInfoByUid`, `joinChannelWithUserAccount`, `registerLocalUserAccount`
7
   - add events `localUserRegistered`, `userInfoUpdated`
7
   - add events `localUserRegistered`, `userInfoUpdated`
8
+  - add `totalFrozenTime`, `frozenRate` to events `remoteVideoStats` & `remoteAudioStats`.
9
+  - add `numChannels` & `receivedSampleRate` & `receivedBitrate` to `remoteAudioStats`
8
   - android: upgrade native sdk to 2.8.2
10
   - android: upgrade native sdk to 2.8.2
9
   - ios: upgrade native sdk to 2.8.0
11
   - ios: upgrade native sdk to 2.8.0
10
 
12