We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97028cc commit c3630fcCopy full SHA for c3630fc
src/OpenTok/SipCall.php
@@ -32,7 +32,6 @@ public function __construct($sipCallData)
32
$this->data['id'] = $sipCallData['id'];
33
$this->data['connectionId'] = $sipCallData['connectionId'];
34
$this->data['streamId'] = $sipCallData['streamId'];
35
- $this->data['observeForceMute'] = $sipCallData['observeForceMute'];
36
}
37
38
/**
@@ -45,7 +44,6 @@ public function __get($name)
45
44
case 'id':
46
case 'connectionId':
47
case 'streamId':
48
- case 'observeForceMute':
49
return $this->data[$name];
50
default:
51
return null;
0 commit comments