Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
[UPDATE] Backward compatibility default render style set to FILL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-1health committed May 10, 2017
1 parent 58f0d8b commit 20fd412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/subscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class TNSOTSubscriber extends ContentView {
this._render_style = com.opentok.android.BaseVideoRenderer.STYLE_VIDEO_SCALE;
break;
default:
this._render_style = com.opentok.android.BaseVideoRenderer.STYLE_VIDEO_FIT;
this._render_style = com.opentok.android.BaseVideoRenderer.STYLE_VIDEO_FILL;
break;
}
}
Expand Down

0 comments on commit 20fd412

Please sign in to comment.