# Copyright (c) ZeroC, Inc. # slice2py version 3.8.1 from __future__ import annotations import IcePy PermissionMakeTempChannel = 1024 """ Make new temporary channel as a subchannel of this channel. Notes ----- The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionMakeTempChannel``. """ __all__ = ["PermissionMakeTempChannel"]