Skip to content

Commit

Permalink
support. android custom raw data api
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Aug 22, 2019
1 parent b99c21e commit 1ca7874
Show file tree
Hide file tree
Showing 18 changed files with 9,604 additions and 21 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

#### 2.9.0-alpha.1
- fix typo: rename `methodisSpeakerphoneEnabled` to `isSpeakerphoneEnabled`
- events deprecated & instead:
* `microphoneEnabled` instead `localAudioStateChanged`
* `audioTransportStatsOfUid` instead `remoteAudioStats`
* `videoTransportStatsOfUid` instead `remoteVideoStats`
* `userMuteVideo`, `userEnableVideo`, `userEnableLocalVideo` & `firstRemoteVideoDecoded` instead `remoteVideoStateChanged`
- events enhancement:
* `rtcStats`, `leaveChannel` add channel stats `txAudioBytes`, `txVideoBytes`, `rxAudioBytes`, `rxVideoBytes`, `txPacketLossRate`, `rxPacketLossRate`
- new events:
* `remoteAudioStateChanged` subscribe for remote audio state
* `localAudioStateChanged` subscribe for local audio state
* `localAudioStats` subscribe for local audio stats
* `mediaRelayStateChanged`, `receivedChannelMediaRelay`
- new apis:
* `switchChannel` switch to specified channel
* `startChannelMediaRelay`, `updateChannelMediaRelay`, `stopChannelMediaRelay` relay media streams operation for across channels.

#### 2.8.0-alpha.1
- add `string uid` api support
Expand Down
Loading

0 comments on commit 1ca7874

Please sign in to comment.