Skip to content

Commit

Permalink
remove unused callback
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Oct 28, 2024
1 parent ada9ad0 commit 9eb8c64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/pedro/sample/CameraDemoActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ class CameraDemoActivity : AppCompatActivity(), ConnectChecker, ClientListener,
surfaceView.setAspectRatio(w, h)
}

override fun onNewBitrate(bitrate: Long) {

}

override fun onConnectionSuccess() {
toast("Connected")
}
Expand Down

0 comments on commit 9eb8c64

Please sign in to comment.