-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
Hello LiveKit dev team!
We have found replyToStreamId
parameter in the StreamTextOptions
class:
client-sdk-flutter/lib/src/participant/local.dart
Line 1236 in 51b796c
replyToStreamId: options?.replyToStreamId, |
But we don't have documentation on how to use it or what this parameter is responsible for.
We did a quick check and set this parameter with a previous message stream ID, but the message does not include information about replay.
Could you please describe if this function is ready and how to use it
Thanks!