Skip to content

Bridge getChannels() return empty array #10

Description

@hartois

Hello.

$bridge = $client->bridges()->createBridge(uniqid(),'mixing', $bridgeName);
$client->bridges()->addChannel($bridge->getId(),$call1);
$client->bridges()->addChannel($bridge->getId(),$call2);
print_r($bridge->getChannels());

Calls successfuly added, bridge working, but getChannels() return empty array.
What am I doing wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions