File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2077,7 +2077,6 @@ public function testSipCallVideo(): void
20772077 $ this ->assertNotNull ($ sipCall ->id );
20782078 $ this ->assertNotNull ($ sipCall ->connectionId );
20792079 $ this ->assertNotNull ($ sipCall ->streamId );
2080- $ this ->assertEquals (false , $ sipCall ->observeForceMute );
20812080
20822081 $ this ->assertCount (1 , $ this ->historyContainer );
20832082 $ request = $ this ->historyContainer [0 ]['request ' ];
@@ -2111,7 +2110,6 @@ public function testSipCallVideoWithObserveForceMute(): void
21112110 $ this ->assertNotNull ($ sipCall ->id );
21122111 $ this ->assertNotNull ($ sipCall ->connectionId );
21132112 $ this ->assertNotNull ($ sipCall ->streamId );
2114- $ this ->assertEquals (true , $ sipCall ->observeForceMute );
21152113
21162114 $ this ->assertCount (1 , $ this ->historyContainer );
21172115 $ request = $ this ->historyContainer [0 ]['request ' ];
Original file line number Diff line number Diff line change 22 "id" : "1bae377f-d620-4e58-86c0-5a37364eec0c",
33 "connectionId" : "da9cb410-e29b-4c2d-ab9e-fe65bf83fcaf",
44 "streamId" : "e6f13213-22cb-45de-b71d-af7cef329954",
5- "observeForceMute" : false
65}
Original file line number Diff line number Diff line change 22 "id" : "1bae377f-d620-4e58-86c0-5a37364eec0c",
33 "connectionId" : "da9cb410-e29b-4c2d-ab9e-fe65bf83fcaf",
44 "streamId" : "e6f13213-22cb-45de-b71d-af7cef329954",
5- "observeForceMute" : true
65}
You can’t perform that action at this time.
0 commit comments