Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update deprecated message (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
graszka22 authored Jan 23, 2023
1 parent 8327dc0 commit 06b7e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public interface MembraneRTCListener {
fun onPeerUpdated(peer: Peer)

// Callback invoked when received track encoding has changed
@Deprecated("Deprecated, use TrackContext::setOnTrackEncodingChangeListener")
@Deprecated("Deprecated, use TrackContext::setOnEncodingChangedListener")
fun onTrackEncodingChanged(peerId: String, trackId: String, encoding: String) {
Timber.i(
"Track encoding changed $trackId -> $encoding"
Expand Down

0 comments on commit 06b7e0b

Please sign in to comment.