Skip to content

Commit d09ed9c

Browse files
committed
introduce horrible magic method back in
1 parent 2f2c0f7 commit d09ed9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/OpenTok/Broadcast.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,4 +282,9 @@ public function removeStreamFromBroadcast(string $streamId): bool
282282

283283
return false;
284284
}
285+
286+
public function jsonSerialize()
287+
{
288+
return $this->data;
289+
}
285290
}

0 commit comments

Comments
 (0)