Skip to content

Commit c3630fc

Browse files
author
Remi Gaillard
committed
observeForceMute attribute is not returned by the /call endpoint
1 parent 97028cc commit c3630fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/OpenTok/SipCall.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function __construct($sipCallData)
3232
$this->data['id'] = $sipCallData['id'];
3333
$this->data['connectionId'] = $sipCallData['connectionId'];
3434
$this->data['streamId'] = $sipCallData['streamId'];
35-
$this->data['observeForceMute'] = $sipCallData['observeForceMute'];
3635
}
3736

3837
/**
@@ -45,7 +44,6 @@ public function __get($name)
4544
case 'id':
4645
case 'connectionId':
4746
case 'streamId':
48-
case 'observeForceMute':
4947
return $this->data[$name];
5048
default:
5149
return null;

0 commit comments

Comments
 (0)