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 class 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) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 Java Edition - Version 20.0 [Build 8235]