Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relay Calling Tap #67

Merged
merged 5 commits into from
Jul 23, 2019
Merged

Relay Calling Tap #67

merged 5 commits into from
Jul 23, 2019

Conversation

edolix
Copy link
Contributor

@edolix edolix commented Jul 22, 2019

Last commit changed the parameters to receive a flat array without the nested params.

Example:

<?php

$tap = [ 'type' => 'audio' ];
$device = [ 'type' => 'rtp', 'addr' => '192.168.1.1', 'port' => 1234 ];
$call->tapAsync( $tap, $device )->done(function ($tapAction) {

});

@edolix edolix changed the title WIP: Relay Calling Tap Relay Calling Tap Jul 23, 2019
@edolix edolix requested a review from bryanrite July 23, 2019 10:04
@edolix edolix merged commit eccfcb1 into master Jul 23, 2019
@edolix edolix deleted the feature/calling-tap branch July 23, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants