IPWorks P2P 2020 Kotlin Edition

Questions / Feedback?

TURNChannel Type

A TURN channel.

Remarks

This type represents a TURN channel.

Fields

AutoRefresh
Boolean

Whether the channel should be refreshed automatically.

This field specifies whether the component should automatically refresh the channel to keep it from expiring.

ChannelId
String?

The Id of the channel.

This field reflects the Id of the channel.

PeerIP
String?

The peer's IP address.

This field reflects the IP address of the peer the channel is associated with.

PeerPort
Int

The peer's port.

This field reflects the port that the channel is bound to on the peer it is associated with.

TTL
Int

The number of seconds remaining until the channel expires.

This field reflects the number of seconds remaining until the channel expires. To refresh a channel, call the CreateChannel method again with the same PeerIP and PeerPort values.

Refer to the CreateChannel method for more information.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks P2P 2020 Kotlin Edition - Version 20.0 [Build 7941]