You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implementation 'io.livekit:livekit-android:2.11.0'
implementation 'io.livekit:livekit-android-camerax:2.11.0'
public static final LocalVideoTrackOptions CAMERA_VIDEO_OPTIONS = new LocalVideoTrackOptions(false,
"camera",
CameraPosition.FRONT,
new VideoCaptureParameter(VideoPreset169.H1080.getCapture().getHeight(),VideoPreset169.H1080.getCapture().getWidth(),VideoPreset169.H1080.getCapture().getMaxFps()));
public static final VideoTrackPublishDefaults VIDEO_PUBLISH_DEFAULTS = new VideoTrackPublishDefaults(VideoPreset169.H1080.getEncoding(),true, VideoCodec.AV1.getCodecName(),null,new BackupVideoCodec(), RtpParameters.DegradationPreference.BALANCED);
public static final RoomOptions ROOM_OPTIONS = new RoomOptions(true,true,null,
new LocalAudioTrackOptions(),
CAMERA_VIDEO_OPTIONS,
new AudioTrackPublishDefaults(20_000,true,true),
VIDEO_PUBLISH_DEFAULTS,
SCREENCAST_VIDEO_OPTIONS,
SCREENCAST_PUBLISH_DEFAULTS
);
远端看到的视频 显示焦距不正常。被拉到了很近 To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device Info:
Device: [e.g. Google Pixel 4]
OS: [e.g. Android 12]
LiveKit SDK version: [e.g. 1.11.0]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
远端看到的视频 显示焦距不正常。被拉到了很近
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device Info:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: