Populate the sender identity when translating to user packet. (#3628)

This commit is contained in:
Raja Subramanian
2025-04-25 23:44:43 +05:30
committed by GitHub
parent e14905581c
commit f69ab68045
7 changed files with 19 additions and 16 deletions

View File

@@ -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 {