karlpip / MandM-bridge

Bridge between Murmur and Matrix
16 stars 0 forks source link

Add the possibility of a room in the matrix with a channel in separate mumble #1

Open raymand211092 opened 2 years ago

raymand211092 commented 2 years ago

Like other bridge https://github.com/mymindstorm/matrix-appservice-mumble

# To link the topmost (root) Mumble channel
link <internal Matrix room id> root_channel
# To link a subchannel
link <internal Matrix room id> <name of Mumble channel>
# To link the root channel and send join/leave messages
link <internal Matrix room id> root_channel true
# To link a subchannel and send join/leave messages
link <internal Matrix room id> <name of Mumble channel> true
karlpip commented 2 years ago

I wont implement that for now because i am not motivated enough, but i am open to PR's :)