From 2b452c97188670aeb29e0ee79460b6554c08e772 Mon Sep 17 00:00:00 2001 From: or-else Date: Sun, 26 Jun 2022 10:03:07 -0700 Subject: [PATCH] link to call-establishment.md --- docs/API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/API.md b/docs/API.md index 75aa66d1..62b2a25c 100644 --- a/docs/API.md +++ b/docs/API.md @@ -42,6 +42,7 @@ - [Tinode Push Gateway](#tinode-push-gateway) - [Google FCM](#google-fcm) - [Stdout](#stdout) + - [Video Calls](#video-calls) - [Messages](#messages) - [Client to Server Messages](#client-to-server-messages) - [`{hi}`](#hi) @@ -596,6 +597,9 @@ Tinode Push Gateway (TNPG) is a proprietary Tinode service which sends push noti The `stdout` adapter is mostly useful for debugging and logging. It writes push payload to `STDOUT` where it can be redirected to file or read by some other process. +## Video Calls + +[See separate document](call-establishment.md). ## Messages