mmsharing/mmshui/src/musuiclipsharingcontroller.cpp
branchRCL_3
changeset 20 2d2c7d1515f7
parent 16 ce86b6d44a6d
child 21 33a5d2bbf6fc
equal deleted inserted replaced
18:407431f36921 20:2d2c7d1515f7
   113                                          *this,
   113                                          *this,
   114                                          iSipProfileId );
   114                                          iSipProfileId );
   115     iSession->SetAudioRoutingObserver( this );
   115     iSession->SetAudioRoutingObserver( this );
   116     iSession->SetVolumeChangeObserver( this );
   116     iSession->SetVolumeChangeObserver( this );
   117     
   117     
   118     if ( iSession->AudioRoutingCanBeChanged() )
   118     if ( iSession->AudioRoutingCanBeChanged() && !iSession->AudioOutputIsBT() )
   119         {
   119         {
   120         iSession->EnableLoudspeakerL( ELoudspeakerEnabled, ETrue );
   120         iSession->EnableLoudspeakerL( ELoudspeakerEnabled, ETrue );
   121         }
   121         }
   122     
   122     
   123     if ( iVideoCodec && iVideoCodec->Length() > 0 )
   123     if ( iVideoCodec && iVideoCodec->Length() > 0 )