Swift
会話を作る
を作成する。 会話 ユーザが互いに通信するために使用します。以下のコマンドの Vonage Application ID を置き換えてください:
vonage conversations create \ --name='your_conversation' ✅ Fetching conversation Name: your_conversation Conversation ID: CON-00000000-0000-0000-0000-000000000000 Display Name: Not Set Image URL: Not Set State: ACTIVE Time to Leave: Not Set Created at: 08/29/1997, 02:14:00 AM Updated at: Not Set Destroyed at: Not Set Sequence: 0 Media State: Earmuffed: ❌ No Muted: ❌ No Playing Stream: ❌ No Recording: ❌ No Transcribing: ❌ No Text To Speech: ❌ No
iOSチャットアプリの作成
ユーザー同士がメッセージをやり取りできるiOSアプリケーションの作成
手順
1
このタスクの紹介2
Prerequisites3
Vonageアプリケーションの作成4
会話を作る5
ユーザーを作成する6
JWTの生成7
Xcodeプロジェクトとワークスペース8
ログイン・インターフェースの構築9
VGChatClient10
チャットインターフェースの構築11
チャットイベント12
メッセージの送信13
次はどうする?