Skip to content

[QUESTION] - Does the library use any 3rd party URL or central server to identify room and peers? #924

@oarkflow

Description

@oarkflow

I was trying to check if the library uses any central server to identify room and peers. For the purpose, I tried removing

if s.rooms.rooms[room].full {
		s.rooms.Unlock()
		bSend, err = crypt.Encrypt([]byte("room full"), strongKeyForEncryption)
		if err != nil {
			return
		}
		err = c.Send(bSend)
		if err != nil {
			log.Error(err)
			return
		}
		return
	}

And running all multiple peers at a time. But still getting error: got bad response: room full. I checked other parts of code but there's no any other place with "room full".

Could you please guide me understanding?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions