steep-balloon-41261
06/12/2023, 12:40 PMglamorous-london-8756
06/12/2023, 12:41 PMdry-elephant-14928
06/12/2023, 5:03 PMSTART_RECORDING
line. Egress relies on this signal to give applications control over when the recording should be started. (more info can be found here).glamorous-london-8756
06/13/2023, 2:35 AMTrack.Source.Unknown
in the livekit sdk. What's it for?
• While using room composite, it appears that the egress service isn't listed among the participants. Is there a method to obtain the participant_sid
on egress, or can we utilize the egressId
to transmit data of DataPacket_Kind.RELIABLE
type? I'm using for the reliable type as it's suited for managing huge data in data messages. Currently, I'm using the lossy type to make it works, but it doesn't seem appropriate for transmitting huge data. The transmitted data is related to canvas interactions value and as result, the json value lengthens over time. any suggestions or solutions for this?dry-elephant-14928
06/14/2023, 5:45 AMparticipantIdentity
instead (which is the egressId
. If you are interested in contributing to that, let me know!
Are you trying to send the latest state? or are you trying to send a history of the interactions?glamorous-london-8756
06/14/2023, 12:07 PMIf you are interested in contributing to that, let me know!Honestly, I'd like to take a look at it, but I'm not familiar with Go language that is used by egress. Therefore, I plan to check it out a bit later.
Are you trying to send the latest state? or are you trying to send a history of the interactions?To put it simply, in a recording session, we want to capture various aspects like chat messages, annotations made using the canvas, and more. All of this involves sending data messages though since we can't use anything other than that. Or can we use
Source.Unknown
for canvas or whiteboard or something similar to that?
Just curious, if we upgrade the plan into standard plan, is there any upgrade limit for the data message length? We tend to send a long data and for example, base64 image.dry-elephant-14928
06/14/2023, 10:02 PMglamorous-london-8756
06/15/2023, 10:58 AMdry-elephant-14928
06/16/2023, 3:21 AMglamorous-london-8756
06/16/2023, 1:54 PMCONNECTION_QUALITY.UNKNOWN
? Is that indicator to tell a participant is trying to reconnect to the room or something else?