mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 11:29:52 +00:00
Populate the sender identity when translating to user packet. (#3628)
This commit is contained in:
@@ -754,7 +754,7 @@ func (c *RTCClient) PublishDataUnlabeled(data []byte) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return c.publisher.SendDataMessageUnlabeled(data, true)
|
||||
return c.publisher.SendDataMessageUnlabeled(data, true, "test")
|
||||
}
|
||||
|
||||
func (c *RTCClient) GetPublishedTrackIDs() []string {
|
||||
|
||||
Reference in New Issue
Block a user