<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-name="mail.DiscussSidebarCallIndicator">
        <div t-if="props.thread.rtc_session_ids.length > 0" title="Ongoing call" class="o-mail-DiscussSidebarCallIndicator fa-fw rounded-circle fa fa-volume-up" style="padding-top: 1px; padding-bottom: 1px;" t-att-class="{
            'o-discuss-inCallIconColor': props.thread.eq(rtc.channel),
            'opacity-50': !props.thread.eq(rtc.channel),
        }"/>
    </t>
</templates>
