Swift

Next Steps

Congratulations! You've finished the 'Basic text chat' tutorial.
You can continue to play with and adjust the code you've developed here for the client-side of your application, but keep in mind that you'll need to implement the server component of your application before going to production (see Server SDKs below).

When you're finished here, continue building and enhancing your Vonage Video application with these helpful resources:

  • Server SDK — Before going to production, you'll need to set up a server to generate credentials
  • Video API Basics — If you haven't already, take a few minutes to learn exactly how Vonage Video works
  • iOS SDK reference — explore the methods and events associated with the iOS SDK

Basic text chat

Follow this tutorial to build basic text chat from scratch using the Vonage Video API. It is the quickest way to build a proof of concept for this functionality on the video platform.

以下の言語で利用可能:
JavaScript Java Swift
手順
1
Overview
2
Before You Begin
3
Configure a Vonage Video Application
4
Creating the Project
5
Setting Up Authentication
6
Connecting to the Session
7
Sending a Signal
8
Receiving a Signal
9
Testing your Code
10
Conclusion