Jörg Quick
Jörg Quick
How 2 create a channel with the same rights as the parent channel?
`final Map properties = new HashMap(); properties.put(ChannelProperty.CHANNEL_FLAG_TEMPORARY, "1"); properties.put(ChannelProperty.CPID, String.valueOf(e.getTargetChannelId())); properties.put(ChannelProperty.CHANNEL_CODEC_QUALITY, "10"); api.createChannel(channelName, properties); api.moveClient(client.getId(), api.getChannelByNameExact(channelName, true).getId()); api.moveClient(api.whoAmI().getId(), api.getServerInfo().getDefaultChannelGroup());` i want to sync rights with parent channel 👍
why does this throws exceptions??
Would also like to see this in the new outlook.