Skip to content

Commit 0d8efa2

Browse files
authored
Merge pull request #306 from opentok/bug/observe-force-mute-sip
Carry forward observeForceMute into the client
2 parents cd02cf7 + 0686300 commit 0d8efa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OpenTok/Util/Client.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@ public function dial($sessionId, $token, $sipUri, $options)
628628
'token' => $token,
629629
'sip' => array(
630630
'uri' => $sipUri,
631-
'secure' => $options['secure']
631+
'secure' => $options['secure'],
632+
'observeForceMute' => $options['observeForceMute']
632633
)
633634
);
634635

0 commit comments

Comments
 (0)