Hi,
I'm using ChannelSet to configure multiple TREPs hosts to make failover when one is down.
<ChannelSet value="Channel_1,Channel_2,Channel_3,Channel_4" />
I tested and work fine, the application initially connect to Channel_1 and when down connecting to Channel_2.
My question is when connected to Channel_4, if it is down, the Api will try to connect back to Channel_1 or not?
Thanks
Stephane