Spec
Last updated
Last updated
Visit link:
Since your customer will most likely use a modern browser, JS SDK should work.
별도의 swift 전용 패키지는 제공되지 않으나 ios sdk는 제공합니다.
We do not provide a separate Swift package, but we do provide an iOS SDK.
Please see our sample code:
TalkPlus REST API should only be called from your backend services since it requires the use of API key. Please take care not to expose your API key.
Date time fields such as createdAt
, updatedAt
shows unix timestamps in milliseconds. You can safely convert unix timestamps to an appropriate date time object.
User ID:
Max length: 68
Allowed characters: a-zA-Z0-9_
Need to be URL safe
User Name:
Max length: 128
Channel ID:
Max length: 68
Need to be URL safe
Channel Name:
Max length: 1024
Channel Category / Subcategory:
Max length: 32
Channel Name: 1024
Session expires 6 months after creation.
To process events in background mode, you need to register callbacks, and you may also need to configure push notification settings in the TalkPlus dashboard to receive FCM data messages.