File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717* The ID of the stream connected to the OpenTok session streaming the audio received from
1818* the SIP call.
1919*
20- * @property bool $observeForceMute
21- * Whether the SIP call honors
22- * <a href="https://tokbox.com/developer/guides/moderation/#force_mute">force mute moderation</a>.
2320*/
2421class SipCall
2522{
Original file line number Diff line number Diff line change @@ -17,5 +17,8 @@ public function testSipCallAttributes(): void
1717 $ sipCall = new SipCall ($ sipCallData );
1818
1919 $ this ->assertEquals ('1_MX4xMjM0NTY3OH4 ' , $ sipCall ->id );
20+ $ this ->assertEquals ('VGh1IEZlYiAyNyAwNDozODozMSBQU1QgMjAxNH4wLjI0NDgyMjI ' , $ sipCall ->connectionId );
21+ $ this ->assertEquals ('0123456789abcdef0123456789abcdef0123456789 ' , $ sipCall ->streamId );
22+ $ this ->assertNull ($ sipCall ->observeForceMute );
2023 }
2124}
You can’t perform that action at this time.
0 commit comments