(data []byte)
| 1150 | } |
| 1151 | |
| 1152 | func (c *RTCClient) handleDataMessageUnlabeled(data []byte) { |
| 1153 | if c.OnDataUnlabeledReceived != nil { |
| 1154 | c.OnDataUnlabeledReceived(data) |
| 1155 | } |
| 1156 | } |
| 1157 | |
| 1158 | func (c *RTCClient) handleDataTrackMessage(data []byte, _arrivalTime int64) { |
| 1159 | var packet datatrack.Packet |
nothing calls this directly
no outgoing calls
no test coverage detected