Skip to content

Commit

Permalink
solve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 3, 2024
1 parent 58b229d commit 66f5b9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/compressjs/tangram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export class TangramClient {
* ExternalServer string `json:"external_server" `
* IngestProtocol string `json:"ingest_protocol" `
* AudioChannel string `json:"audio_channel" `
* } `json:"external_servers"`
* } `json:"external_servers"` --> [{ "audio_channel": x, "ingest_protocol": x, ,"external_server": x}, { "audio_channel": y, "ingest_protocol": x, ,"external_server": x}]
* @returns
*/
async restreamer_push_start(instance_name, external_servers) {
Expand Down Expand Up @@ -608,7 +608,7 @@ export class TangramClient {
* ExternalServer string `json:"external_server" `
* IngestProtocol string `json:"ingest_protocol" `
* AudioChannel string `json:"audio_channel" `
* } `json:"external_servers"`
* } `json:"external_servers"` --> [{ "audio_channel": x, "ingest_protocol": x, ,"external_server": x}, { "audio_channel": y, "ingest_protocol": x, ,"external_server": x}]
* @returns
*/
async restreamer_push_stop(instance_name, external_servers) {
Expand Down Expand Up @@ -642,7 +642,7 @@ export class TangramClient {
* InstanceName string `json:"instance_name" `
* ExternalServers []struct {
* ProcessID string `json:"process_id" `
* } `json:"external_servers"`
* } `json:"external_servers"` --> [{ "process_id": x, }, { "process_id": y, }]
* @returns
*/
async restreamer_pull_start(instance_name, external_servers) {
Expand Down Expand Up @@ -676,7 +676,7 @@ export class TangramClient {
* InstanceName string `json:"instance_name" `
* ExternalServers []struct {
* ProcessID string `json:"process_id" `
* } `json:"external_servers"`
* } `json:"external_servers"` --> [{ "process_id": x, }, { "process_id": y, }]
* @returns
*/
async restreamer_pull_stop(instance_name, external_servers) {
Expand Down

0 comments on commit 66f5b9e

Please sign in to comment.