skyway / skyway-ios-sdk

iOS SDK for SkyWay
Other
37 stars 35 forks source link

Add p2p call example #8

Closed tsu-takahashi closed 6 years ago

tsu-takahashi commented 6 years ago

add a new example of p2p-call.

In this sample, a callee will be prompted by an alert-dialog to select either "answer" or "reject" an incoming call (unlike p2p-videochat sample, in which a callee will answer the call automatically).

show dialog on an incoming call callee can select either "answer" or "reject" the call caller can cancel the call before the callee answers/rejects the call

riosu commented 6 years ago

LGTM! 👍

rokihiro commented 6 years ago

@tsu-takahashi auto layoutがconflictしているので、修正をお願いできますか? (機能的にはあまり問題なさそうですが、コンソールの頭にエラーメッセージが出るのが嫌な感じです)

Switch CameraボタンのBottomの制約をLocalViewに合わせるか、Bottomからの距離にするかいずれかを消すと治りそうです。

tsu-takahashi commented 6 years ago

@rokihiro コメントありがとうございます!修正しました。 お手数ですが、ご確認をお願いします。

rokihiro commented 6 years ago

LGTM