Multiple announced ip addresses

We are using AWS high availability and it has multiple ip addresses (zones) for each instance. This feature from AWS to ensure if a zone is down then the instance can still be accessible from other ip.

I wonder if mediasoup support multiple announced ip addresses?

Have you read the docs or is this a random question? We write docs for something.

Hi, thanks for the reply, I read this link about announced ip: mediasoup :: F.A.Q.

Not sure if I missed any

Read the API docs instead, please.

2 Likes

Thanks, I forgot the point listenIps is an array.

1 Like

Exactly :slight_smile:

I have been looking at the example on mediasoup-demo, which pass the announce ip as an env variable, which made me think that it is a single item, LoL