Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
USAMAWIZARD committed Dec 19, 2023
1 parent 1a90d60 commit a19de95
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1614,11 +1614,6 @@ public void initDataChannel(String streamId) {

public void setDegradationPreference(RtpParameters.DegradationPreference degradationPreference) {
executor.execute(() -> {
if (config.activity == null) {
Log.d(TAG, "Cannot set Degradation Preference");
return;
}

if (localVideoSender == null || isError) {
Log.w(TAG, "Sender is not ready.");
return;
Expand Down

0 comments on commit a19de95

Please sign in to comment.