mmsharing/mmshui/src/musuilivesharingcontroller.cpp
branchRCL_3
changeset 30 2d2c7d1515f7
parent 21 ce86b6d44a6d
child 31 33a5d2bbf6fc
equal deleted inserted replaced
24:407431f36921 30:2d2c7d1515f7
   113                                          iSipProfileId );
   113                                          iSipProfileId );
   114 
   114 
   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 )