modern-church-12411
06/17/2025, 3:20 PMstatic final _defaultVideoPublishOptions = VideoPublishOptions(
simulcast: !isMobileWeb(),
videoCodec: 'vp9',
videoSimulcastLayers: [
VideoParametersPresets.h90_169,
VideoParametersPresets.h180_169,
],
backupVideoCodec: BackupVideoCodec(
enabled: true,
simulcast: !isMobileWeb(),
codec: 'vp8',
),
);
Moreover, on chrome-mobile, I set the received video streams to use the LOW publication, but it seems the code is getting ignored. It still looks very HD. I also disabled adaptive streams on chrome-mobile.
Any idea what's going on? Thank you
version: FLUTTER 2.3.5
..on<TrackSubscribedEvent>((e) async {
if (isMobileWeb()) {
if (e.publication.kind == TrackType.VIDEO) {
print('set to low');
e.publication.setVideoQuality(VideoQuality.LOW);
}
}
})
gray-quill-89715
06/17/2025, 3:55 PMgentle-agent-79008
06/18/2025, 1:50 PMstale-ice-45567
06/18/2025, 1:53 PMhallowed-psychiatrist-65644
06/18/2025, 2:01 PMstale-ice-45567
06/18/2025, 2:41 PMbulky-lighter-27343
06/18/2025, 2:59 PMicy-xylophone-37511
06/18/2025, 5:11 PMflaky-book-43386
06/20/2025, 5:47 AMplain-motorcycle-34707
06/21/2025, 12:55 PMmany-helmet-9770
06/23/2025, 6:53 AM<json-encoded-credentials>
?bored-thailand-86490
06/23/2025, 1:06 PMlemon-student-35166
06/25/2025, 12:15 AMcreamy-fish-75944
06/25/2025, 10:35 AMvictorious-knife-73372
06/25/2025, 11:03 AMserver
and SIP server
?
I'm asking because there's a separate page for self-hosted SIP-trunk server, and I'm getting confused if the cloud provides bothvictorious-knife-73372
06/25/2025, 11:12 AMmammoth-shoe-93270
06/25/2025, 11:26 AMplain-translator-34677
06/25/2025, 12:01 PMable-lighter-67088
06/25/2025, 7:28 PMastonishing-ability-75576
06/28/2025, 11:57 AMsome-horse-84524
06/30/2025, 6:18 AMhelpful-pharmacist-59131
06/30/2025, 1:55 PMwitty-oyster-69074
07/01/2025, 10:28 AMadamant-addition-11101
07/02/2025, 8:55 AMancient-exabyte-19117
07/02/2025, 11:01 AM{
file: {
s3: {
bucket: "<http://store.example.to|store.example.to>"
region: "<http://ap-south-1.linodeobjects.com|ap-south-1.linodeobjects.com>"
secret: "{secret}"
endpoint: "<https://ap-south-1.linodeobjects.com>"
accessKey: "{access_key}"
}
fileType: "MP4"
filepath: "seller/recordings/12452/recording_68650d6b12cb5.mp4"
}
layout: "grid"
roomName: "example_cl_361970-FOzti"
fileOutputs: [
0: {
s3: {
bucket: "<http://store.example.to|store.example.to>"
region: "<http://ap-south-1.linodeobjects.com|ap-south-1.linodeobjects.com>"
secret: "{secret}"
endpoint: "<https://ap-south-1.linodeobjects.com>"
accessKey: "{access_key}"
}
fileType: "MP4"
filepath: "seller/recordings/12452/recording_68650d6b12cb5.mp4"
}
]
customBaseUrl: "<https://example-recording-template.vercel.app>"
}
Please helpadamant-addition-11101
07/03/2025, 11:16 AMacoustic-lizard-83259
07/03/2025, 11:42 AMnice-sundown-53532
07/03/2025, 2:00 PMRoomEgress
when creating the room using .createRoom
. Works well in a lot of cases but we're seeing increased instances of aforementioned error. What could be causing this issue?crooked-rainbow-90344
07/03/2025, 7:33 PMstraight-smartphone-65394
07/04/2025, 3:14 AM