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

Commit 20fd412

Browse files
[UPDATE] Backward compatibility default render style set to FILL.
1 parent 58f0d8b commit 20fd412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/subscriber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class TNSOTSubscriber extends ContentView {
152152
this._render_style = com.opentok.android.BaseVideoRenderer.STYLE_VIDEO_SCALE;
153153
break;
154154
default:
155-
this._render_style = com.opentok.android.BaseVideoRenderer.STYLE_VIDEO_FIT;
155+
this._render_style = com.opentok.android.BaseVideoRenderer.STYLE_VIDEO_FILL;
156156
break;
157157
}
158158
}

0 commit comments

Comments
 (0)