This commit is contained in:
boks1971
2025-08-14 11:57:02 +05:30
parent ae65d3d558
commit 67f6734050
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -698,13 +698,6 @@ func (c *RTCClient) AddTrack(track *webrtc.TrackLocalStaticSample, path string,
)
return
}
logger.Infow(
"RAJA add track sender",
"participant", c.localParticipant.Identity,
"pID", c.localParticipant.Sid,
"trackID", track.ID(),
"sender", sender.GetParameters(),
) // REMOVE
if err = c.SendAddTrack(track.ID(), track.Codec().MimeType, track.StreamID(), trackType); err != nil {
return
+1 -1
View File
@@ -80,7 +80,7 @@ func TestClientConnectDuplicate(t *testing.T) {
return
}
_, finish := setupSingleNodeTest("TestClientCouldConnect")
_, finish := setupSingleNodeTest("TestClientConnectDuplicate")
defer finish()
grant := &auth.VideoGrant{RoomJoin: true, Room: testRoom}