chore: register bridge id
This commit is contained in:
parent
b1c6f21ea3
commit
245f5f96db
5 changed files with 52 additions and 33 deletions
|
@ -167,6 +167,9 @@ type Bridge interface {
|
|||
|
||||
// GetRemoteID returns the remote ID used for shared channels registration
|
||||
GetRemoteID() string
|
||||
|
||||
// ID returns the bridge identifier used when registering the bridge
|
||||
ID() string
|
||||
}
|
||||
|
||||
// BridgeUser represents a user connected to any bridge service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue